cloudfoundry-attic / bosh-init

bosh-init is a tool used to create and update the Director VM
Apache License 2.0
31 stars 33 forks source link

Show help #2

Closed drnic closed 9 years ago

drnic commented 9 years ago

Could bosh-micro-cli and bosh-micro-cli -h please show help?

drnic commented 9 years ago

Still no useful built-in guide to the commands/steps to use the tool:

$ ./out/bosh-micro 

Invalid usage: No command specified
$ ./out/bosh-micro -h

Command '-h' unknown:
  Invalid command name
$ ./out/bosh-micro --help

Command '--help' unknown:
  Invalid command name

$ ./out/bosh-micro help

Command 'help' unknown:
  Invalid command name
allomov commented 9 years ago

bosh-init currently has help message:

# bosh-init --help
NAME:
    bosh-init - A command line tool to initialize BOSH deployments

USAGE:
    bosh-init [global options] <command> [arguments...]

COMMANDS:
    delete    Delete existing deployment
    deploy    Create or update a deployment
    help      Show help message

GLOBAL OPTIONS:
    --help, -h    Show help message

@drnic I guess this issue could be closed.

drnic commented 9 years ago

Yep! I just saw the new help (and that 'deployment' subcommand is gone ) yesterday.

On Fri, Apr 17, 2015 at 4:55 AM, Alexander Lomov notifications@github.com wrote:

bosh-init currently has help message:

# bosh-init --help
NAME:
    bosh-init - A command line tool to initialize BOSH deployments
USAGE:
    bosh-init [global options] <command> [arguments...]
COMMANDS:
    delete    Delete existing deployment
    deploy    Create or update a deployment
    help      Show help message
GLOBAL OPTIONS:
    --help, -h    Show help message

@drnic I guess this issue could be closed :)

Reply to this email directly or view it on GitHub: https://github.com/cloudfoundry/bosh-init/issues/2#issuecomment-93972055