Nicolas De Loof
|
fcb91096b8
|
remove all references to cli from compose.v2 cmd package
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-08-31 15:41:20 +02:00 |
Michael Irwin
|
08c2c44beb
|
Fix help text when for context create and kube backend
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
|
2021-07-06 15:46:00 -04:00 |
Nicolas De Loof
|
d90495e1cd
|
move compose API into pkg/api
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-06-15 15:52:48 +02:00 |
Guillaume Tardif
|
adcadf0af2
|
Use location specifed by user if provided, and do not override with group location. ACI allow deploying in any location regardless of resource group
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-05-05 17:06:26 +02:00 |
Nicolas De Loof
|
48402585fd
|
replace passing parameters by context with singletons
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-03-12 15:28:17 +01:00 |
aiordache
|
86b3d69c71
|
Forward `context export/import` to mobycli
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2021-03-09 10:29:12 +01:00 |
Guillaume Tardif
|
95d21fa768
|
First kube e2e. Adapted context create kubernetes command to allow non interactive mode.
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-02-02 16:01:57 +01:00 |
Guillaume Tardif
|
61a3f6faa5
|
Keep “kubernetes” in `docker context create kubernetes mycontext` UX. We cannot use “kubernetes” as an endpoint name, because the context Marshall/unmarshall has a specific logic for the “kubernetes” endpoint, so storing “kube”
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-01-26 16:40:18 +01:00 |
aiordache
|
849707016b
|
Implement kubernetes context create
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2021-01-26 16:10:57 +01:00 |
Guillaume Tardif
|
67a50b4ce6
|
Fixing Kube compile / lint errors
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-01-26 09:43:12 +01:00 |
aiordache
|
68b29f569b
|
small fixes
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2021-01-20 16:55:08 +01:00 |
aiordache
|
f291b77902
|
rename context to kubernetes
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2021-01-20 16:55:08 +01:00 |
aiordache
|
50792c4621
|
Add Kubernetes backend
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2021-01-20 16:55:08 +01:00 |
Guillaume Tardif
|
aca816d5d6
|
Remove example backend.
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-01-19 11:29:48 +01:00 |
Guillaume Tardif
|
2a8c24e4ff
|
Move config => api/config
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-01-15 16:55:10 +01:00 |
Guillaume Tardif
|
f1ac6d4fdc
|
Move errdefs => api/errdefs
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-01-15 16:54:18 +01:00 |
Guillaume Tardif
|
fe39267e3a
|
Move formatter => cli/formatter. Needed to move formatter.MemBytes => utils.MemBytes (helper class on memory display)
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-01-15 16:47:30 +01:00 |
Guillaume Tardif
|
0ea97920c1
|
Move Context & context/store => api/context & api/context/store
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-01-15 16:31:59 +01:00 |
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 |
Nicolas De loof
|
c6fc0e116f
|
Merge pull request #879 from docker/acceskey_file
Flag to import access key & secret from file
|
2020-11-05 14:08:51 +01:00 |
Nicolas De Loof
|
44c58e7806
|
Flag to import access key & secret from file
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2020-11-04 17:20:10 +01:00 |
Guillaume Tardif
|
db7d04db79
|
Remove obsolete flag `--json` (that was marked hidden), kept for VSCode extension but is not used, `docker context ls --format “{{ json . }}”` is used.
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-11-04 14:54:01 +01:00 |
Nicolas De loof
|
f66123b34a
|
Merge pull request #846 from docker/ecs_context
|
2020-11-03 11:38:06 +01:00 |
aiordache
|
3066a1cdad
|
cleanup
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-10-30 18:50:56 +01:00 |
aiordache
|
de0be8650e
|
Remove region from contexts and cleanup
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-10-30 17:51:16 +01:00 |
Guillaume Tardif
|
c3cc54316b
|
This new field Named “Type” breaks VSCode extension for some strange reason, lets rename it ContextType
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-10-30 13:32:13 +01:00 |
Guillaume Tardif
|
7cc3bc3870
|
No breaking change on `docker context ls —format “{{ json . }}` , this is used by VSCode extension
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-10-30 10:37:36 +01:00 |
aiordache
|
53efa312c8
|
Refactor context create options
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-10-29 10:25:23 +01:00 |
aiordache
|
2dcd1a5826
|
refactor ecs context creation
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-10-29 10:10:00 +01:00 |
Guillaume Tardif
|
02501407de
|
Add update command for backward compatibility
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-10-28 14:26:32 +01:00 |
aiordache
|
c2af0a136a
|
Populate ~/.aws/config(credentials) on ecs context create
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-10-15 20:26:38 +02:00 |
Guillaume Tardif
|
a1bb2d5abe
|
Allow `docker context ls —formatter {{json.}}` to not delegate to Moby and include context type in the json
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-10-06 18:00:35 +02:00 |
Guillaume Tardif
|
144c403e96
|
Merge pull request #721 from ahlaw/main
Normalize case of command and flag help
|
2020-10-05 11:45:47 +02:00 |
Amos Law
|
e10424e316
|
Normalize case of command and flag help
Signed-off-by: Amos Law <ahlaw.dev@gmail.com>
|
2020-10-03 20:43:18 -04:00 |
Ulysses Souza
|
b8a1e6c888
|
Change JSON output to individual lines
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-10-01 15:41:18 +02:00 |
Ulysses Souza
|
3e9095a873
|
Fix docker context ls for retrocompatibility
It writes each context as an independent object line
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-10-01 15:41:18 +02:00 |
Ulysses Souza
|
6c883dc4a5
|
Print only the information present in pretty on json
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-10-01 15:41:18 +02:00 |
Ulysses Souza
|
044e7f571d
|
Remove go template from help on list commands
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-10-01 15:41:18 +02:00 |
Ulysses Souza
|
0f6f547214
|
Refactor Print method for lists
This also fixes in the case of nil list
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-10-01 15:41:18 +02:00 |
Ulysses Souza
|
8961805412
|
Add json output format to several commands
- docker context ls
- docker ps
- docker compose ls
- docker compose ps
- docker secret ls
- docker volume ls
- docker version
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-10-01 15:41:18 +02:00 |
Chris Crone
|
d154c41586
|
Update copyright
Signed-off-by: Chris Crone <christopher.crone@docker.com>
|
2020-09-22 12:13:00 +02:00 |
Guillaume Tardif
|
3ccc603461
|
Add status field in CLI metrics : success, failure, cancelled
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-09-18 10:47:50 +02:00 |
Guillaume Tardif
|
292ec55f46
|
Check specified subscription in context create and if not found, prompt users they might need to login with -—tenant-id.
Cf https://github.com/docker/aci-integration-beta/issues/27
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-09-17 22:05:43 +02:00 |
Guillaume Tardif
|
b85eddd09c
|
Remove duplicated code formatting multi errors
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-09-11 16:08:14 +02:00 |
Guillaume Tardif
|
64a28f6636
|
Also move client => api/client
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-09-07 13:23:06 +02:00 |
Nicolas De Loof
|
fed50d79f2
|
introduce ecs-local context
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2020-08-31 15:30:05 +02:00 |
Guillaume Tardif
|
ed395a1e64
|
Display nice message on context creation (message taken from Moby cli)
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-08-26 18:09:01 +02:00 |
Chris Crone
|
4c6280b0e9
|
Rename docker/api -> docker/compose-cli
Signed-off-by: Chris Crone <christopher.crone@docker.com>
|
2020-08-21 17:28:39 +02:00 |
Guillaume Tardif
|
9b0b1129a6
|
Build without ecs build flag, not required anymore. Fix context create ecs command not build
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-08-20 10:11:23 +02:00 |
Djordje Lukic
|
611667d252
|
Fix linting
|
2020-08-11 17:36:54 +02:00 |