We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
preevy exec
Need a way to execute commands in a container, for debugging and troubleshooting.
I suggest the syntax preevy exec [--[no-]tty] [--[no-]interactive] <service> [command]
preevy exec [--[no-]tty] [--[no-]interactive] <service> [command]
All the flags from the urls command should be present (--id, --tunnel-url etc.)
urls
--id, --tunnel-url
Pipe stderr and stdout to calling process.
stderr
stdout
Should support interactive (stdin from calling process) or one-shot.
stdin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Need a way to execute commands in a container, for debugging and troubleshooting.
I suggest the syntax
preevy exec [--[no-]tty] [--[no-]interactive] <service> [command]
All the flags from the
urls
command should be present (--id, --tunnel-url
etc.)Pipe
stderr
andstdout
to calling process.Should support interactive (
stdin
from calling process) or one-shot.The text was updated successfully, but these errors were encountered: