Files
kubevela/docs/cli/vela_exec.md
roy wang 1522280e50 refresh cli docs
Signed-off-by: roy wang <seiwy2010@gmail.com>
2020-10-28 14:16:19 +09:00

33 lines
789 B
Markdown

## vela exec
Execute a command in a container
### Synopsis
Execute a command in the 1st container of specific Application => Service => (1st)Pod
```
vela exec [flags] AppName -- COMMAND [args...]
```
### Options
```
-h, --help help for exec
--pod-running-timeout duration The length of time (like 5s, 2m, or 3h, higher than zero) to wait until at least one pod is running (default 1m0s)
-i, --stdin Pass stdin to the container (default true)
-t, --tty Stdin is a TTY (default true)
```
### Options inherited from parent commands
```
-e, --env string specify environment name for application
```
### SEE ALSO
* [vela](vela.md) -
###### Auto generated by spf13/cobra on 28-Oct-2020