DockerCLI/cli/command
Vincent Demeester 55edeb497a
Migrate to non-deprecated functions of `api/types/filters`
- Use `Contains` instead of `Include`
- Use `ToJSON` instead of `ToParam`
- Remove usage of `ParseFlag` as it is deprecated too

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-07-27 15:37:43 +02:00
..
bundlefile Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
checkpoint Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
commands Use command.Cli interface instead of concrete type… 2018-06-14 16:26:47 +02:00
config refactored all commands under cli/command/ to use sort.Slice instead of declaring custom types for sorting 2018-07-06 15:49:32 -04:00
container Update hints for linting 2018-07-13 11:18:50 +02:00
formatter refactored cli/compose and cli/command/trust to use sort.Slice and removed custom types used for sorting 2018-07-08 15:08:17 -04:00
idresolver Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
image Merge pull request #1163 from thaJeztah/bump_engine 2018-07-04 16:17:12 +02:00
inspect Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
manifest Fix manifest lists to always use correct size 2018-06-28 18:17:38 -07:00
network refactored all commands under cli/command/ to use sort.Slice instead of declaring custom types for sorting 2018-07-06 15:49:32 -04:00
node refactored all commands under cli/command/ to use sort.Slice instead of declaring custom types for sorting 2018-07-06 15:49:32 -04:00
plugin The output of plugin list command is sorted by plugin name 2018-07-05 12:35:53 -04:00
registry Update hints for linting 2018-07-13 11:18:50 +02:00
secret refactored all commands under cli/command/ to use sort.Slice instead of declaring custom types for sorting 2018-07-06 15:49:32 -04:00
service Migrate to non-deprecated functions of `api/types/filters` 2018-07-27 15:37:43 +02:00
stack Update deploy.go 2018-07-17 09:14:05 -05:00
swarm Propagate the provided external CA certificate to the external CA object 2018-07-02 17:14:21 -07:00
system Migrate to non-deprecated functions of `api/types/filters` 2018-07-27 15:37:43 +02:00
task Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
trust Update hints for linting 2018-07-13 11:18:50 +02:00
volume refactored all commands under cli/command/ to use sort.Slice instead of declaring custom types for sorting 2018-07-06 15:49:32 -04:00
cli.go Merge pull request #1138 from seemethere/env_experimental 2018-06-25 14:47:16 +02:00
cli_test.go Scope orchestration selection to stack commands only 2018-06-21 17:12:31 -07:00
events_utils.go updated vendoring 2017-09-01 19:41:06 -04:00
in.go Fix docker run -it on windows 2017-05-03 18:41:19 -07:00
orchestrator.go Warn if DOCKER_ORCHESTRATOR is still used but not DOCKER_STACK_ORCHESTRATOR 2018-06-22 13:58:39 -07:00
orchestrator_test.go Warn if DOCKER_ORCHESTRATOR is still used but not DOCKER_STACK_ORCHESTRATOR 2018-06-22 13:58:39 -07:00
out.go updated vendoring 2017-09-01 19:41:06 -04:00
registry.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
registry_test.go Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
stream.go Fix docker run -it on windows 2017-05-03 18:41:19 -07:00
trust.go Refactor content_trust cli/flags handling 2018-03-08 15:00:43 -05:00
utils.go Migrate to non-deprecated functions of `api/types/filters` 2018-07-27 15:37:43 +02:00