livecycle / preevy

Quickly deploy preview environments to the cloud!

Home Page:https://preevy.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`preevy exec`

royra opened this issue · comments

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 and stdout to calling process.

Should support interactive (stdin from calling process) or one-shot.