okteto up
Activate your development container
Options
Name | Description |
---|---|
--loglevel, -l <loglevel> | Amount of information outputted (debug, info, warn, error) |
--output, -o <output> | Output format (tty, plain, json) |
--build | Build on-the-fly the dev image using the info provided by the 'build' okteto manifest field |
--context, -c <context> | Context where the up command is executed |
--deploy, -d | Create deployment when it doesn't exist in a namespace |
--file, -f <file> | Path to the manifest file |
--namespace, -n <namespace> | Namespace where the up command is executed |
--pull | Force dev image pull |
--remote, -r <remote> | Configures remote execution on the specified port |
--reset | Reset the file synchronization database |
--help, -h | Help for up |