okteto stack deploy
Deploy a stack
Options
| Name | Description | 
|---|---|
--loglevel, -l  <loglevel> | Amount of information outputted (debug, info, warn, error) | 
--output, -o  <output> | Output format (tty, plain, json) | 
--build | Build images before starting any Stack service | 
--file, -f  <file> | 
  | 
--name  <name> | Overwrites the stack name | 
--namespace, -n  <namespace> | Overwrites the stack namespace where the stack is deployed | 
--no-cache | Do not use cache when building the image | 
--progress  <progress> | Show plain/tty build output (default "tty") | 
--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 | 
--wait | Wait until a minimum number of containers are in a ready state for every service | 
--help, -h | Help for deploy |