You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
desc: 'Optionally specify the service name of the container to use, to override the default',
78
78
type: 'string',
79
79
requiresArg: true,
80
+
}).option('u',{
81
+
desc: 'Optionally specify the name or UID of the user to run as, to override the default',
82
+
type: 'string',
83
+
requiresArg: true,
80
84
}).example('$0 exec -c app -- bash -c set','In order to avoid command arguments being interpreted as dev arguments, you can optionally use a -- separator, as shown, before the command line to execute.')
81
85
)
82
86
.command('logs','Print the recent log output from a container that is part of the devSpec. Then, watch and continue to print any new log messages that arrive.',
0 commit comments