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.
57 lines
2.8 KiB
Plaintext
57 lines
2.8 KiB
Plaintext
ubi command [command-options] ...
|
|
ubi fw command [...]
|
|
ubi fw (location/fw-name | fw-id) post-command [...]
|
|
ubi fw list [options]
|
|
ubi fw (location/fw-name | fw-id) add-rule cidr
|
|
ubi fw (location/fw-name | fw-id) attach-subnet ps-id
|
|
ubi fw location/fw-name create [options]
|
|
ubi fw (location/fw-name | fw-id) delete-rule rule-id
|
|
ubi fw (location/fw-name | fw-id) destroy [options]
|
|
ubi fw (location/fw-name | fw-id) detach-subnet ps-id
|
|
ubi fw (location/fw-name | fw-id) show [options]
|
|
ubi help [options] [command [subcommand]]
|
|
ubi lb command [...]
|
|
ubi lb (location/lb-name | lb-id) post-command [...]
|
|
ubi lb list [options]
|
|
ubi lb (location/lb-name | lb-id) attach-vm vm-id
|
|
ubi lb location/lb-name create [options] ps-id src-port dst-port
|
|
ubi lb (location/lb-name | lb-id) destroy [options]
|
|
ubi lb (location/lb-name | lb-id) detach-vm vm-id
|
|
ubi lb (location/lb-name | lb-id) show [options]
|
|
ubi lb (location/lb-name | lb-id) update algorithm src-port dst-port health-check-endpoint [vm-id [...]]
|
|
ubi pg command [...]
|
|
ubi pg (location/pg-name | pg-id) [post-options] post-command [...]
|
|
ubi pg list [options]
|
|
ubi pg (location/pg-name | pg-id) add-firewall-rule cidr
|
|
ubi pg (location/pg-name | pg-id) add-metric-destination username password url
|
|
ubi pg location/pg-name create [options]
|
|
ubi pg (location/pg-name | pg-id) delete-firewall-rule rule-id
|
|
ubi pg (location/pg-name | pg-id) delete-metric-destination md-id
|
|
ubi pg (location/pg-name | pg-id) destroy [options]
|
|
ubi pg (location/pg-name | pg-id) [options] pg_dump [pg_dump-options]
|
|
ubi pg (location/pg-name | pg-id) [options] pg_dumpall [pg_dumpall-options]
|
|
ubi pg (location/pg-name | pg-id) [options] psql [psql-options]
|
|
ubi pg (location/pg-name | pg-id) reset-superuser-password new-password
|
|
ubi pg (location/pg-name | pg-id) restart
|
|
ubi pg (location/pg-name | pg-id) restore new-db-name restore-time
|
|
ubi pg (location/pg-name | pg-id) show [options]
|
|
ubi ps command [...]
|
|
ubi ps (location/ps-name | ps-id) post-command [...]
|
|
ubi ps list [options]
|
|
ubi ps (location/ps-name | ps-id) connect ps-id
|
|
ubi ps location/ps-name create [options]
|
|
ubi ps (location/ps-name | ps-id) destroy [options]
|
|
ubi ps (location/ps-name | ps-id) disconnect ps-id
|
|
ubi ps (location/ps-name | ps-id) show [options]
|
|
ubi version
|
|
ubi vm command [...]
|
|
ubi vm (location/vm-name | vm-id) [post-options] post-command [...]
|
|
ubi vm list [options]
|
|
ubi vm location/vm-name create [options] public_key
|
|
ubi vm (location/vm-name | vm-id) destroy [options]
|
|
ubi vm (location/vm-name | vm-id) restart
|
|
ubi vm (location/vm-name | vm-id) [options] scp [scp-options] (local-path :remote-path | :remote-path local-path)
|
|
ubi vm (location/vm-name | vm-id) [options] sftp [sftp-options]
|
|
ubi vm (location/vm-name | vm-id) show [options]
|
|
ubi vm (location/vm-name | vm-id) [options] ssh [ssh-options --] [remote-cmd [remote-cmd-arg ...]]
|