wodby app environment create
Create app environment
Usage
wodby app environment create [flags]
Options
| Flag |
Description |
Default |
--app string |
App ID or name |
- |
--ci-integration string |
CI integration ID |
- |
--cluster string |
Cluster ID or name |
- |
--data string |
JSON request body |
- |
--defer-initial-deployment |
Create the app environment without starting its initial deployment |
false |
--domain string |
App environment domain |
- |
-f, --file string |
Path to JSON request body |
- |
-h, --help |
help for create |
false |
--name string |
Environment machine name |
- |
--org string |
Organization ID for resolving names |
- |
--registry-integration string |
Registry integration ID |
- |
--stack string |
Stack ID or name; uses the current revision |
- |
--stack-rev string |
Stack revision ID |
- |
--timeout duration |
Maximum time to wait |
10m0s |
--title string |
Environment title |
- |
--type string |
Environment type: prod, test, staging, dev, or feature |
- |
--wait |
Wait for the created task or deployment to finish |
false |
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 |