Skip to content

levv exec

Execute a command in a running container

USAGE:

   levv exec [OPTIONS] SERVICE COMMAND [ARG...]

OPTIONS:

   --container value, -c value  Container name. If omitted, the first container in the service will be chosen.

   --detach, -d                 Detached mode: run command in the background

   --interactive, -i            Pass stdin to the container

   --project value, -p value    Your project name

   --tty, -t                    Allocate a pseudo-TTY

   --help, -h                   show help