`preevy exec`
- Dominant language
- TypeScript
- Stars
- 2.2k
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
Need a way to execute commands in a container, for debugging and troubleshooting.
I suggest the syntax `preevy exec [--[no-]tty] [--[no-]interactive] [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.
Contributor guide
Research direction
Start by locating the existing `urls` command and its `--id` and `--tunnel-url` handling, then trace how commands are executed in containers. Implement the `preevy exec` syntax with matching flags, optional TTY and interactive stdin, and stdout/stderr forwarding. Done means both interactive and one-shot commands work against a selected service.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, typescript
- Domain
- cli, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100