regions
Addedv0.1.x
This operation lists all available regions for a cloud provider.
Synopsis
zilliz cluster regions
--cloud-id <value>
[--output <value>]
[--query <value>]
[--no-header]
OPTIONS:
-
--cloud-id (string) -
Indicates a cloud provider. Possible values are:
aws,gcp, andazure. -
--output, -o (string) -
Indicates the output format. Possible values:
-
json, -
table, -
text, -
yaml, -
csv.
-
-
--no-header (boolean) -
Indicates whether to omit the header row when output is set to
tableorcsv. -
--query, -q (string) -
Indicates a JMESPath expression to filter output.
Example
# List all regions
zilliz cluster regions
# List AWS regions only
zilliz cluster regions --cloud-id aws