Nicolas De Loof
|
0bdad7e551
pass compose.Service to cobra commands, dependency-injection style
|
4 years ago |
Guillaume Tardif
|
073d8e5545
Categorize failure metrics, set specific metrics for compose file parse error, file not found, cmdline syntax errors, build error, pull error.
|
4 years ago |
Guillaume Tardif
|
86f5e311d7
Replace custom error type for exit code with existing one from docker/cli.
|
4 years ago |
Nicolas De Loof
|
48402585fd
replace passing parameters by context with singletons
|
4 years ago |
aiordache
|
f1f4ca4833
Check -H flags and DOCKER_HOST/DOCKER_CONTEXT vars when determining current context
|
4 years ago |
aiordache
|
fef479ad1f
update test
|
4 years ago |
aiordache
|
6458b97089
test fix
|
4 years ago |
aiordache
|
f0fd18eec9
set current context to default when -H flag is set
|
4 years ago |
aiordache
|
6f1d88e3bc
Fix test and load dockerconfig in the backend
|
4 years ago |
aiordache
|
d26783c322
Add connection flags to root command
|
4 years ago |
Nicolas De Loof
|
58e495c60b
only display experimental warning on command error
|
4 years ago |
aiordache
|
afac025a49
Add `compose exec` command
|
4 years ago |
Nicolas De Loof
|
d9fe745cc0
avoid use of channels in API for gRPC compatibility
|
4 years ago |
Nicolas De Loof
|
9f80214dc2
Make -l -D -H non-persistent to avoid conflict with subcommands
|
4 years ago |
Nicolas De Loof
|
4cbb33e20d
Add support for --log-level
|
4 years ago |
Guillaume Tardif
|
aca816d5d6
Remove example backend.
|
4 years ago |
Guillaume Tardif
|
2a8c24e4ff
Move config => api/config
|
4 years ago |
Guillaume Tardif
|
f1ac6d4fdc
Move errdefs => api/errdefs
|
4 years ago |
Guillaume Tardif
|
0ea97920c1
Move Context & context/store => api/context & api/context/store
|
4 years ago |
Guillaume Tardif
|
65f53dff43
move metrics => cli
|
4 years ago |
Guillaume Tardif
|
1939047fe6
Add backend-metadata command (hidden) for CLI backend
|
4 years ago |
Nicolas De Loof
|
7a2e041524
Parse --version and forward to docker/cli
|
4 years ago |
Guillaume Tardif
|
b604ba6246
Fix 2 corner cases with PATH settings
|
5 years ago |
Guillaume Tardif
|
5e809acd87
Use OS-dependant pathListSeparator, when appending to PATH
|
5 years ago |
Nicolas De Loof
|
de96a0c1d0
CLI command to manage ECS volumes
|
5 years ago |
Guillaume Tardif
|
a5e34323e2
Add `docker prune` command and ACI implementation
|
5 years ago |
Ulysses Souza
|
10632b008b
Add version to UserAgent on ACI
|
5 years ago |
Guillaume Tardif
|
0d3f7186c5
Hardcoded list of commands and simplified metrics gathering.
|
5 years ago |
Amos Law
|
e10424e316
Normalize case of command and flag help
|
5 years ago |
Guillaume Tardif
|
b8968e83cd
Do not fail when constructing error message for commands not implemented. Use metrics GetCommand() the is already used 3 lines above for metrics tracking.
|
5 years ago |