Ulysses Souza
|
37961c51ca
Add completion to "compose ps"
|
4 years ago |
Nicolas De Loof
|
49e7f2d45d
Move compose v2 implementation under pkg/compose with dependencies
|
4 years ago |
Nicolas De Loof
|
e2ea24ceb7
move compose-plugin commands under /cmd
|
4 years ago |
Nicolas De Loof
|
d90495e1cd
move compose API into pkg/api
|
4 years ago |
Nicolas De Loof
|
21e2f5c062
use interceptor to implement ACI-specific flags
|
4 years ago |
Nicolas De Loof
|
9123c75142
On default context, "compose" is implemented by CLI Plugin
|
4 years ago |
Nicolas De Loof
|
db38d1244c
Retrieve compose failure category by exit code
|
4 years ago |
Nicolas De Loof
|
d8aa00a766
wrap compose cobra command to set exitcode according to metrics status
|
4 years ago |
Guillaume Tardif
|
1dc97e8c4b
Compose as a cli plugin
|
4 years ago |
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 |