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
feat(cli): output flags for ps and images (--format/-q, ps -a)
ps and images had no flags. Add docker compose's output controls:
- ps: -a/--all (default now running-only, matching docker), -q/--quiet
(container IDs), --format table|json
- images: -q/--quiet (image IDs), --format table|json
Non-breaking: existing Engine::ps/images kept as default-option wrappers;
overrides go through ps_with_options/images_with_options. Adds an Id field
to ContainerListEntry for -q.
Closes#412.
Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
0 commit comments