Files
ubicloud/spec/routes/api/cli/golden-files/invalid.txt
Jeremy Evans 72aa29151a Do not include CLI --confirm option in help output
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.
2025-03-19 14:08:49 -07:00

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