23caa8b756
Merge pull request #280 from albers/completion-awslog-multiline
...
Add bash completion for awslogs multiline log driver options
Upstream-commit: ab05e0aa63
Component: cli
2017-07-20 13:39:10 +02:00
c4357dce36
Merge pull request #332 from tych0/docs-fixups-for-password-stdin
...
Docs fixups for password stdin
Upstream-commit: 3d76febd17
Component: cli
2017-07-20 11:31:23 +02:00
4a278a582f
Merge pull request #279 from albers/completion-build--iidfile
...
Add bash completion for `build --iidfile`
Upstream-commit: c394cd9bb7
Component: cli
2017-07-20 09:57:05 +02:00
39842a2345
Merge pull request #284 from albers/completion-service--detach
...
Fix bash completion for `service create|update --detach|-d`
Upstream-commit: cc6867f456
Component: cli
2017-07-20 09:47:59 +02:00
381747626c
Merge pull request #283 from albers/completion-configs
...
Add bash completion for `docker config` command family
Upstream-commit: a4d76989bd
Component: cli
2017-07-20 09:45:01 +02:00
3ddb21c1b1
bash completion: add --password-stdin
...
Signed-off-by: Tycho Andersen <tycho@docker.com >
Upstream-commit: bbfe23f9e6
Component: cli
2017-07-18 15:25:46 -06:00
b7e7973a5f
Merge pull request #266 from jphuynh/shellcheck
...
Add shellcheck for bash completion
Upstream-commit: b75596e1e4
Component: cli
2017-07-18 09:59:07 +02:00
42cbae8c65
Service privileges: CLI reference docs & completion
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 5cc7ac2990
Component: cli
2017-07-14 22:30:47 -07:00
5aee375eb4
Fix inconsistencies
...
Signed-off-by: Jean-Pierre Huynh <jean-pierre.huynh@ounet.fr >
Upstream-commit: d7748e1b01
Component: cli
2017-07-14 09:24:46 +01:00
a61c7f009e
Add shellcheck for bash completion
...
Signed-off-by: Jean-Pierre Huynh <jean-pierre.huynh@ounet.fr >
Upstream-commit: b2fc35aefa
Component: cli
2017-07-13 22:24:08 +01:00
97978c93db
Remove bash completion for service update --network
...
The `--network` option is only available for `docker service create`.
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: e7e77b5e65
Component: cli
2017-07-11 11:20:18 +02:00
9806677f30
Refactor alias delegation in bash completion for secret rm|remove
...
The completion logic should be implemented in the documented subcommands
(ls, rm) and delegated to from the aliases (list, remove).
For the rm|remove pair, this was implemented vice versa.
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: d585e554d5
Component: cli
2017-07-07 12:03:51 +02:00
9bf76d9f74
Add bash completion for secret inspect --pretty
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 211bd55ae7
Component: cli
2017-07-07 12:03:51 +02:00
41ac0e363c
Add bash completion for docker config command family
...
This adds bash completion for
- https://github.com/docker/cli/pull/45
- https://github.com/moby/moby/pull/32336
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: c40952b305
Component: cli
2017-07-07 12:03:51 +02:00
5305c7b28b
Merge pull request #248 from albers/completion-network-create--scope
...
Add bash completion for `network create --scope|--config-only|config-from`
Upstream-commit: 306212574a
Component: cli
2017-07-04 16:48:18 +02:00
58665dca40
Merge pull request #246 from albers/completion-prune--filter-label
...
Add bash completion for `label` filter of `prune` commands
Upstream-commit: 1f45f1b5f9
Component: cli
2017-07-04 16:44:23 +02:00
4f68746145
Merge pull request #282 from albers/completion-daemon-updates
...
Updates to bash completion for `dockerd`
Upstream-commit: 42a31ff8c1
Component: cli
2017-07-04 16:42:10 +02:00
460a63fa01
Add bash completion for dockerd --metrics-addr
...
`--metrics-addr` does not accept network interface names.
Therefore `__docker_local_interfaces` was refined for this feature to
optionally exclude interface names.
Note that although `--metrics-addr` is experimental, it cannot be
selectively enabled in bash completion because the test for the daemon
running in experimental mode requires a running daemon. As this
completion pertains to starting the daemon, this requirement is not met.
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 0ea31afd57
Component: cli
2017-07-04 14:40:22 +02:00
dff3d848de
Add bash completion for dockerd --storage-opt overlay2.size
...
This adds bash completion for
- https://github.com/docker/cli/pull/215
- https://github.com/moby/moby/pull/32977
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: a4b1769bb6
Component: cli
2017-07-03 18:03:00 +02:00
31ba47d5fe
Improve bash completion for service create|update --detach
...
bash completion usually completes boolean options that default to `true`
with the `=false` suffix because that is the only syntax that really
changes behavior.
For this option, I implemented completion falsely.
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: fc0dafbbd1
Component: cli
2017-07-03 17:40:23 +02:00
3abe1e3a95
Add bash completion for dockerd --cpu-rt-(period|runtime)
...
This adds bash completion for https://github.com/moby/moby/pull/23430 .
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 74a5d1af86
Component: cli
2017-07-03 13:55:46 +02:00
67ccad49a6
Add bash completion for dockerd --default-runtime
...
`--default-runtime` was added in https://github.com/moby/moby/pull/22983
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: d610951e85
Component: cli
2017-07-03 13:44:23 +02:00
523bbfaf9d
Add bash completion for dockerd --no-new-privileges
...
This adds bash completion for https://github.com/moby/moby/pull/32944 .
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 112348d4db
Component: cli
2017-07-03 13:33:01 +02:00
bea84311a0
Add bash completion for dockerd --version
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 5296907bef
Component: cli
2017-07-03 13:32:29 +02:00
167d48d341
Add bash completion for dockerd --swarm-default-advertise-addr
...
This adds bash completion for https://github.com/moby/moby/pull/24237 .
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: cf3ffc516b
Component: cli
2017-07-03 13:09:43 +02:00
53d008d01f
Add bash completion for awslogs multiline log driver options
...
This adds bash completion for https://github.com/moby/moby/pull/30891 .
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 1d21a3dd7c
Component: cli
2017-07-03 11:04:44 +02:00
68bbc40c7a
Add bash completion for build --iidfile
...
This adds bash completion for https://github.com/moby/moby/pull/32406 .
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 1f8720717d
Component: cli
2017-07-03 10:41:13 +02:00
d97f0f6543
Merge pull request #268 from albers/completion-swarm-ca
...
Add bash completion for `swarm ca`
Upstream-commit: afcc75ddfe
Component: cli
2017-06-30 11:42:28 +02:00
41272f1b72
Add bash completion for network create --scope|--config-only|config-from
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 22579ba56c
Component: cli
2017-06-30 11:01:45 +02:00
5cf169cc6a
Merge pull request #269 from albers/completion-swarm-init--data-path-addr
...
Fix bash completion for `swarm init|join --data-path-addr`
Upstream-commit: 9689ccab1b
Component: cli
2017-06-30 10:29:35 +02:00
88fc3881d6
Merge pull request #250 from albers/completion-service-create--detach
...
Add bash completion for `service create --detach`
Upstream-commit: b306817220
Component: cli
2017-06-30 01:16:19 -07:00
fb07a8e807
Merge pull request #256 from albers/completion-service-update-order
...
Add bash completion for `service create|update (update|rollback)-order`
Upstream-commit: c726ccaf6c
Component: cli
2017-06-30 01:12:57 -07:00
67050e7a6f
Merge pull request #257 from albers/completion-service--network-add
...
Add bash completion for `service create|update --network-(add|rm)`
Upstream-commit: 321c692868
Component: cli
2017-06-30 01:11:22 -07:00
1e38251e9a
Merge pull request #251 from albers/completion-plugin-events
...
Add bash completion for plugin events
Upstream-commit: d1ccfcaf2a
Component: cli
2017-06-30 01:02:53 -07:00
72ce4394de
Merge pull request #254 from albers/completion-system-prune--volumes
...
Add bash completion for `system prune --volumes`
Upstream-commit: 495ab9b3e9
Component: cli
2017-06-30 01:01:14 -07:00
46544e3ed0
Merge pull request #249 from albers/completion-fix-network-create--internal
...
Fix bash completion for `network create --internal`
Upstream-commit: b45c7d614e
Component: cli
2017-06-30 00:11:38 -07:00
b7f79e8cec
Merge pull request #247 from albers/completion-service--entrypoint
...
Add bash completion for `service create|update --entrypoint`
Upstream-commit: 1c4d070cf5
Component: cli
2017-06-30 00:09:20 -07:00
4815e9227a
Fix bash completion for swarm init|join --data-path-addr
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: fa4dc8820a
Component: cli
2017-06-29 16:45:18 +02:00
7c199971a1
Add bash completion for swarm ca
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 5bd00a563e
Component: cli
2017-06-29 16:28:50 +02:00
d4b74e4fd3
Add bash completion for service create|update --network-(add|rm)
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: fa0f470a5f
Component: cli
2017-06-27 17:43:05 +02:00
2d54e9fa16
Add bash completion for service create|update (update|rollback)-order
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 71dd0e0b66
Component: cli
2017-06-27 17:32:43 +02:00
7fb6cb009c
Add bash completion for system prune --volumes
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 36b572dfdf
Component: cli
2017-06-27 16:37:41 +02:00
55b50a2ecf
Add bash completion for plugin events
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: f0f7150537
Component: cli
2017-06-27 15:37:14 +02:00
098742e654
Add bash completion for service create --detach
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 8baef1098e
Component: cli
2017-06-27 12:58:38 +02:00
7a7da398c1
Fix bash completion for network create --internal
...
`--internal` is a boolean option. It was falsely treated as non-boolean.
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 12dc9eb11f
Component: cli
2017-06-27 12:39:27 +02:00
7612cca1fe
Add bash completion for service create|update --entrypoint
...
Also fixes a wrong option: `--arg` should be `--args`.
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: e0462e8472
Component: cli
2017-06-27 11:54:05 +02:00
b6d365bb3f
Add bash completion for label filter of prune commands
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 8b99b65ca8
Component: cli
2017-06-27 11:28:52 +02:00
1f11d8b4bd
Add bash completion for network create --ingress
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: e4f9ad77c8
Component: cli
2017-06-25 00:27:14 +02:00
8fabd69470
Add daemon option to push foreign layers
...
The --allow-nondistributable-artifacts daemon option specifies
registries to which foreign layers should be pushed. (By default,
foreign layers are not pushed to registries.)
Additionally, to make this option effective, foreign layers are now
pulled from the registry if possible, falling back to the URLs in the
image manifest otherwise.
This option is useful when pushing images containing foreign layers to a
registry on an air-gapped network so hosts on that network can pull the
images without connecting to another server.
Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com >
Upstream-commit: 9810554494
Component: cli
2017-06-02 00:11:05 +00:00
b435b27639
Update bash completion for log driver options
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 4c0d6698d1
Component: cli
2017-06-02 00:11:05 +00:00