Skip to content

stolostron/hub-of-hubs-cli-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

hub-of-hubs-cli-plugins

Kubectl plugins for Hub-of-Hubs

Go Report Card Go Reference License

Build

$ make

Run

  1. During development, add the bin directory to the PATH environment variable.

    export PATH=${PWD}/bin:$PATH
    

    Alternatively, copy the executables from the bin directory to some directory in your path, e.g.:

    cp bin/* /usr/local/bin
    
  2. Run:

    kubectl mcl
    

Releases

No releases published

Packages

No packages published