compose/cli/cmd
Ulysses Souza 6c1ea32dae Add --quiet for some commands
- compose ls
- compose ps
- secret ls // Not implemented on ACI so no e2e-aci tests
- volume ls

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-10-12 11:34:27 +02:00
..
compose Add --quiet for some commands 2020-10-12 11:34:27 +02:00
context Allow `docker context ls —formatter {{json.}}` to not delegate to Moby and include context type in the json 2020-10-06 18:00:35 +02:00
login Fix regression: let users login to local registry (no '.' In registry name) 2020-10-02 13:54:59 +02:00
logout Update copyright 2020-09-22 12:13:00 +02:00
mobyflags Update copyright 2020-09-22 12:13:00 +02:00
run Merge pull request #704 from ulyssessouza/add-envFile 2020-10-01 13:55:24 +02:00
testdata Add resource reservations to container inspect 2020-10-08 17:47:16 +02:00
volume Add --quiet for some commands 2020-10-12 11:34:27 +02:00
ecs.go Update copyright 2020-09-22 12:13:00 +02:00
exec.go Update copyright 2020-09-22 12:13:00 +02:00
inspect.go Fix HTML escape encoding 2020-10-02 18:53:22 +02:00
inspect_test.go Update copyright 2020-09-22 12:13:00 +02:00
kill.go Update copyright 2020-09-22 12:13:00 +02:00
logs.go Update copyright 2020-09-22 12:13:00 +02:00
ps.go Fix docker context ls for retrocompatibility 2020-10-01 15:41:18 +02:00
ps_test.go Update copyright 2020-09-22 12:13:00 +02:00
rm.go Update copyright 2020-09-22 12:13:00 +02:00
secrets.go Add --quiet for some commands 2020-10-12 11:34:27 +02:00
serve.go Add volume as a new served API, use `one of` in proto for context specific parameters, proxy volume creation 2020-09-28 14:56:32 +02:00
start.go Update copyright 2020-09-22 12:13:00 +02:00
stop.go Update copyright 2020-09-22 12:13:00 +02:00
version.go Add version to UserAgent on ACI 2020-10-12 09:15:32 +02:00
version_test.go Fix tests 2020-10-01 15:41:18 +02:00