Commands¶
You can supply commands to the Croud CLI tool, like so:
sh$ croud [COMMAND] [OPTIONS]
For example:
sh$ croud login
You can get the list of available commands, like so:
sh$ croud --help
To get help for a specific command, you can append --help
:
sh$ croud login --help
Available commands
Note
Most commands support the --region
flag to specify the region from which
resources are fetched or to which resources are deployed. If the
--region
argument is omitted, the region falls back to the region of the
API endpoint as specified in the current profile (see the
documentation for the command croud
config profiles current
). The _any_
region is special, in that it
permits listing resources regardless of where they’re deployed in CrateDB
Cloud.