Wodby CLI

wodby app create

Create app

Usage

wodby app create [flags]

Options

Flag Description Default
--ci-integration string CI integration ID -
--cluster string Cluster ID or name -
--cluster-app Deprecated: use --cluster when creating the initial cluster app instance false
--data string JSON request body -
--domain string Initial 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 Initial app instance machine name -
--instance-name string Deprecated alias for --instance -
--instance-title string Initial app instance title -
--name string App machine name -
--org string Organization ID; inferred when current credentials expose one org -
--project string Project ID -
--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 App title -
--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

See also

wodby app