products

The products command allows you to view the available products.

Usage: croud products [-h] {list} ...

products list

Usage: croud products list [-h] [--kind KIND] [--region REGION]
                           [--output-fmt {table,wide,json,yaml}] [--sudo]

Optional Arguments

--kind

The product kind.

--region, -r

Temporarily use the specified region that command will be run in.

--output-fmt, --format, -o

Possible choices: table, wide, json, yaml

Change the formatting of the output.

--sudo

Run the given command as superuser.

Default: False

Example

sh$ croud products list --region "eastus.azure"
+-------------------------------------------------------------+----------+-------------------+---------------------------+--------+
| description                                                 | kind     | name              | scale_summary             | tier   |
|-------------------------------------------------------------+----------+-------------------+---------------------------+--------|
| A CrateDB cluster with standard storage                     | cluster  | cratedb.az1       | 0 - 1 (1 - 3 nodes)       | xs     |
| A CrateDB cluster with standard storage                     | cluster  | cratedb.az1       | 0 - 1 (3 - 5 nodes)       | s      |
| A CrateDB cluster with standard storage                     | cluster  | cratedb.az1       | 0 - 2 (3 - 7 nodes)       | m      |
| A CrateDB cluster with standard storage                     | cluster  | cratedb.az1       | 0 - 3 (3 - 9 nodes)       | l      |
+-------------------------------------------------------------+----------+-------------------+---------------------------+--------+