Commands
Croud follows the standard CLI syntax:
croud [COMMAND] [OPTIONS]
π Example: Login
croud login
This command opens a browser window so you can authenticate with CrateDB Cloud. You must log in before using other commands (unless you're using headless authentication).
π View Available Commands
To see a list of all available commands:
croud --help
π Get Help for a Specific Command
To view help and usage details for a specific command, append --help
to it:
croud login --help
This will show you available options, flags, and usage examples for that specific command.
π¦ Available Commands
Hereβs a list of top-level commands you can run with Croud:
clusters
β Manage CrateDB Cloud clustersimport-jobs
/export-jobs
β Import and export data jobsconfig
β Manage local Croud configurationlogin
/logout
β Authenticate with CrateDB Cloudme
β View current user informationorganizations
β Manage organizationsprojects
β Manage projectsproducts
β View available CrateDB productssubscriptions
β View and manage active subscriptionsusers
β Manage usersapi-keys
β Create and manage API keysregions
β List available deployment regionsscheduled-jobs
β View and manage scheduled jobscloud-configurations
β Manage predefined deployment configurations
π Region Support
If the
--region
flag is omitted, Croud defaults to the region specified in the current profileβs API endpoint. See:croud config profiles current
The special region
_any_
allows listing resources across all regions, regardless of where they were deployed.
Last updated