okteto push
Build, push and redeploy source code to the target app
Options
Name | Description |
---|---|
--loglevel, -l <loglevel> | Amount of information outputted (debug, info, warn, error) |
--output, -o <output> | Output format (tty, plain, json) |
--context, -c <context> | Context where the push command is executed |
--deploy, -d | Create deployment when the app doesn't exist in a namespace |
--file, -f <file> | Path to the manifest file |
--name <name> | Name of the app to push to |
--namespace, -n <namespace> | Namespace where the push command is executed |
--no-cache | Do not use cache when building the image |
--progress <progress> | Show plain/tty build output |
--tag, -t <tag> | Image tag to build, push and redeploy |
--help, -h | Help for push |