Version: v1.0

vela exec

Execute command in a container

Synopsis

Execute command in a container

  1. vela exec [flags] APP_NAME -- COMMAND [args...]

Options

  1. -h, --help help for exec
  2. --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)
  3. -i, --stdin Pass stdin to the container (default true)
  4. -s, --svc string service name
  5. -t, --tty Stdin is a TTY (default true)

Options inherited from parent commands

  1. -e, --env string specify environment name for application

SEE ALSO

Auto generated by spf13/cobra on 20-Mar-2021