compose/cli/cmd/context
Guillaume Tardif 930ae8bdb2 goimports -local github.com/docker/compose-cli -w . ; gofmt -s -w .
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2021-01-15 16:24:00 +01:00
..
context.go Add update command for backward compatibility 2020-10-28 14:26:32 +01:00
create.go Normalize case of command and flag help 2020-10-03 20:43:18 -04:00
create_aci.go Update copyright 2020-09-22 12:13:00 +02:00
create_ecs.go goimports -local github.com/docker/compose-cli -w . ; gofmt -s -w . 2021-01-15 16:24:00 +01:00
inspect.go Update copyright 2020-09-22 12:13:00 +02:00
ls.go Remove obsolete flag `--json` (that was marked hidden), kept for VSCode extension but is not used, `docker context ls --format “{{ json . }}”` is used. 2020-11-04 14:54:01 +01:00
rm.go Normalize case of command and flag help 2020-10-03 20:43:18 -04:00
show.go Update copyright 2020-09-22 12:13:00 +02:00
update.go Add update command for backward compatibility 2020-10-28 14:26:32 +01:00
use.go Update copyright 2020-09-22 12:13:00 +02:00