Get help
To get CLI help, you can add help to the end of a command. The following will list help for the CLI at the top-level:
cb --help
or
cb --h
The following will list help for the create-cluster command, including its command options and global options:
cb cluster --help
or
cb cluster --h