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
It would be great to support supplying an initial command to kubie ctx, similar to kubie exec with the difference that it should stay in the shell.
The suggested syntax would be like so: kubie ctx [OPTIONS] [CONTEXT_NAME] -- [COMMAND]
The -- signals ctx should stop processing the rest of the input as arguments, in the same way kubectl exec and others does.
The text was updated successfully, but these errors were encountered:
It would be great to support supplying an initial command to
kubie ctx
, similar tokubie exec
with the difference that it should stay in the shell.The suggested syntax would be like so:
kubie ctx [OPTIONS] [CONTEXT_NAME] -- [COMMAND]
The
--
signals ctx should stop processing the rest of the input as arguments, in the same waykubectl exec
and others does.The text was updated successfully, but these errors were encountered: