Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 551 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 551 Bytes

Brooklyn CLI

Compiling

  1. Ensure your $GOPATH is set correctly
  2. Get the cli source code: go get github.com/brooklyncentral/brooklyn-cli
  3. cd $GOPATH/src/github.com/brooklyncentral/brooklyn-cli
  4. go build

Running

you will need to login to your Brooklyn instance with

  $ ./brooklyn-cli login URL USER PASSWORD

See the help command for info on all commands

  $ ./brooklyn-cli help

Or for help on individual commands

  $ ./brooklyn-cli help COMMAND