Now that it is the only option left, we can suppress the display of the entire options section for the root command. I think this is fine to hide as users are not supposed to use it directly, it is used implicitly in destroy command handling to receive user confirmation. Update usage for root command so it does not show options, and it shows that a command is required instead of optional.
20 lines
484 B
Plaintext
20 lines
484 B
Plaintext
! Invalid subcommand: invalid
|
|
|
|
CLI to interact with Ubicloud
|
|
|
|
Usage:
|
|
ubi command [command-options] ...
|
|
|
|
Examples:
|
|
ubi vm list # List virtual machines
|
|
ubi help vm # Get help for vm subcommand
|
|
|
|
Commands:
|
|
fw Manage firewalls
|
|
help Get command help
|
|
lb Manage load balancers
|
|
pg Manage PostgreSQL databases
|
|
ps Manage private subnets
|
|
version Display CLI program version
|
|
vm Manage virtual machines
|