Wodby CLI

wodby app instance create

Create app instance

Usage

wodby app instance create [flags]

Options

Flag Description Default
--app string App ID or name -
--ci-integration string CI integration ID -
--cluster string Cluster ID or name -
--cluster-app Deprecated: cluster app status is inferred from --cluster false
--data string JSON request body -
--domain string App instance domain -
--env string Environment ID or name -
-f, --file string Path to JSON request body -
-h, --help help for create false
--instance string App instance machine name -
--instance-name string Deprecated alias for --instance -
--instance-title string App instance title -
--name string Deprecated alias for --instance -
--org string Organization ID for resolving names -
--region string Deprecated -
--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 Deprecated alias for --instance-title -
--wait Wait for the created task or deployment to finish false
--zone string Deprecated -

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

See also

wodby app instance