knts deploy
Execute the list of commands specified in the 'deploy' section of your Knts manifest
Synopsis
This command deploys the workload into the kubernetes cluster, which is set through the Context command. Execute the list of commands specified in the 'deploy' section of your Knts manifest
Usage
knts deploy [service...] [flags]
Flags
-c, --context string context where the development environment is deployed
--dependencies deploy the dependencies from manifest
-f, --file string path to the knts manifest file
-h, --help help for deploy
--name string development environment name
-n, --namespace string overwrites the namespace where the development environment is deployed
--no-bash execute commands without bash
-t, --timeout duration the length of time to wait for completion, zero means never. Any other values should contain a corresponding time unit e.g. 1s, 2m, 3h (default 5m0s)
-v, --var stringArray set a variable (can be set more than once)
-w, --wait wait until the development environment is deployed (defaults to false)
Global Flags
-l, --log-level string amount of information outputted (debug, info, warn, error) (default "warn")
--log-output string output format for logs (tty, plain, json) (default "tty")