oc-quicklab-plugin

command module
v1.0.0-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

README

oc-quicklab

licence goversion downloads commit release openshiftplugin

OpenShift CLI plug-in for Quicklab

The oc-quicklab-plugin is a CLI plug-in that works with oc/kubectl and gives the quicklab shared cluster information in the CLI.

Demo

asciicast

Prerequisites

{
    "AuthServerWhitelist": "*.redhat.com",
    "AuthNegotiateDelegateWhitelist": "*.redhat.com"
}

Installation

Either use prebuilt binary:

$ wget -O oc-quicklab https://github.com/kevydotvinu/oc-quicklab-plugin/releases/download/v1/oc-quicklab-plugin_v1_linux_amd64
$ sudo mv oc-quicklab /usr/local/bin/
$ sudo chmod +x /usr/bin/local/oc-quicklab
$ oc quicklab help

Or build it from source:

git clone https://github.com/kevydotvinu/oc-quicklab-plugin.git
cd oc-quicklab-plugin
go build -o oc-quicklab main.go
sudo mv oc-quicklab /usr/local/bin
oc quicklab

Usage

Help
oc quicklab help
List Quicklab shared clusters
oc quicklab list
Login into Quicklab shared cluster
oc quicklab login --cluster <cluster-name>

Documentation

Overview

Copyright © 2021 NAME HERE <EMAIL ADDRESS>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL