-
Notifications
You must be signed in to change notification settings - Fork 336
Open
Description
Context
rtk discover --all shows docker compose as the #2 unhandled command across our sessions:
- 1,631 invocations in the last 30 days
- Typical usage:
docker compose up -d,docker compose ps,docker compose logs, etc.
Request
Add an RTK rewrite/filter for docker compose output. Commands like up -d, ps, logs, and build produce verbose output that could be significantly reduced.
Note: rtk docker ps already exists and works great (92% savings). This request is for the broader docker compose subcommands.
Example commands
docker compose up -d
docker compose up -d --build
docker compose ps
docker compose logs -f <service>
docker compose restart
Found via rtk discover --all.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels