Create a deployment
Name | Type | Attributes | Description |
---|---|---|---|
--name |
string | required | Deployment name |
--projectId |
string | required | Project ID |
--spec |
string | required | Path to a deployment spec file |
--clusterId |
string | optional | Cluster ID |
--apiKey |
string | optional | API key to use this time only |
Get a deployment
Name | Type | Attributes | Description |
---|---|---|---|
--id |
string | required | Deployment ID |
--apiKey |
string | optional | API key to use this time only |
List deployments
Name | Type | Attributes | Description |
---|---|---|---|
--apiKey |
string | optional | API key to use this time only |
Update a deployment
Name | Type | Attributes | Description |
---|---|---|---|
--id |
string | required | Deployment ID |
--name |
string | optional | Deployment name |
--projectId |
string | optional | Project ID |
--clusterId |
string | optional | Cluster ID |
--spec |
string | optional | Path to a deployment spec file |
--apiKey |
string | optional | API key to use this time only |
Delete a deployment
Name | Type | Attributes | Description |
---|---|---|---|
--id |
string | required | Deployment ID |
--apiKey |
string | optional | API key to use this time only |