Wodby CLI

wodby ci init

Initialize config for CI process

Usage

wodby ci init [OPTIONS] WODBY_APP_SERVICE_ID|WODBY_BUILD_ID [flags]

Options

Flag Description Default
-i, --build-id string Custom build id (used if can't identify automatically) -
-n, --build-num int Custom build number (used if can't identify automatically) 0
-c, --context string Build context (default: current directory) -
--dind Use data container for sharing files between commands false
--fix-permissions Fix codebase permissions explicitly. WARNING: this can change ownership of files in the project directory false
-h, --help help for init false
-p, --provider string Override detected build provider name -

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
--verbose Verbose output false

See also

wodby ci