create
Addedv0.1.x
This operation creates a new project.
Synopsis
zilliz project create
--name <value>
--plan <value>
[--output <value>]
[--query <value>]
[--no-header]
Options
-
--name (string) -
[REQUIRED]
Indicates a project name.
The value should be a string of no more than 50 characters.
-
--plan (string) -
[REQUIRED]
Indicates the subscription plan.
Possible values:
-
Free, -
Serverless, -
Standard,
Enterprise.
-
-
--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
zilliz project create --name my-project --plan Standard