Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 842 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 842 Bytes

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