wodby database create
Create database
Usage
wodby database create [flags]
Options
| Flag |
Description |
Default |
--data string |
JSON request body |
- |
--env string |
Environment ID |
- |
-f, --file string |
Path to JSON request body |
- |
-h, --help |
help for create |
false |
--high-availability |
Enable high availability |
false |
--integration-kind string |
Integration kind ID |
- |
--iops int |
Provisioned IOPS |
0 |
--machine-type string |
Machine type |
- |
--name string |
Database machine name |
- |
--org string |
Organization ID; inferred when current credentials expose one org |
- |
--password string |
Database password |
- |
--project string |
Project ID |
- |
--region string |
Provider region |
- |
--resided-cluster string |
Resided cluster ID |
- |
--storage-autoscaling |
Enable storage autoscaling |
false |
--storage-size int |
Storage size |
0 |
--title string |
Database title |
- |
--type string |
Database type |
- |
--version string |
Database version |
- |
--zone string |
Provider zone |
- |
Options inherited from parent commands
| Flag |
Description |
Default |
--access-token string |
Access token |
- |
--api-base-url string |
Public REST API base URL |
https://apiv2.wodby.com/v1 |
--api-key string |
API key |
- |
--ci-config-path string |
Path to CI config |
/tmp/.wodby-ci.json |
-o, --output string |
Output format: table, vertical, or json |
table |
--verbose |
Verbose output |
false |