diff --git a/cli/cmd/exec.go b/cli/cmd/exec.go index 99448cadf..7120b1c75 100644 --- a/cli/cmd/exec.go +++ b/cli/cmd/exec.go @@ -45,6 +45,7 @@ func ExecCommand() *cobra.Command { } cmd.Flags().BoolVarP(&opts.Tty, "tty", "t", false, "Allocate a pseudo-TTY") + cmd.Flags().BoolP("interactive", "i", false, "Keep STDIN open even if not attached") return cmd }