okteto pipeline deploy
Deploy an okteto pipeline
Options
Name | Description |
---|---|
--loglevel, -l <loglevel> | Amount of information outputted (debug, info, warn, error) |
--output, -o <output> | Output format (tty, plain, json) |
--branch, -b <branch> | The branch to deploy (defaults to the current branch) |
--file, -f <file> | Relative path within the repository to the manifest file (default to okteto-pipeline.yaml or .okteto/okteto-pipeline.yaml) |
--filename <filename> | Relative path within the repository to the manifest file (default to okteto-pipeline.yaml or .okteto/okteto-pipeline.yaml) |
--name, -p <name> | Name of the pipeline (defaults to the git config name) |
--namespace, -n <namespace> | Namespace where the up command is executed (defaults to the current namespace) |
--repository, -r <repository> | The repository to deploy (defaults to the current repository) |
--skip-if-exists | Skip the pipeline deployment if the pipeline already exists in the namespace (defaults to false) |
--timeout, -t <timeout> | 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 |
--var, -v <var> |
|
--wait, -w | Wait until the pipeline finishes (defaults to false) |
--help, -h | Help for deploy |