Commands
Croud follows the standard CLI syntax:
croud [COMMAND] [OPTIONS]π Example: Login
croud loginThis 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 --helpThis 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
--regionflag is omitted, Croud defaults to the region specified in the current profileβs API endpoint. See:croud config profiles currentThe special region
_any_allows listing resources across all regions, regardless of where they were deployed.
Last updated

