summaryrefslogtreecommitdiff
path: root/completions/bash
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-08-18 06:47:19 -0400
committerJhon Honce <jhonce@redhat.com>2020-08-19 08:37:44 -0700
commiteb9e8fc558baf314b6f244af748e5a3e87356a57 (patch)
treeed93b65552fe6d9a52608e20e59b629d37d0e660 /completions/bash
parentdd4e0da4241ac0b6deac3f5e07ea4eeb5819379e (diff)
downloadpodman-eb9e8fc558baf314b6f244af748e5a3e87356a57.tar.gz
podman-eb9e8fc558baf314b6f244af748e5a3e87356a57.tar.bz2
podman-eb9e8fc558baf314b6f244af748e5a3e87356a57.zip
Add support for --connection
* override --url and/or --identity fields from containers.conf * --connection flag has higher precedence than ActiveService from containers.conf. Which is set via podman system connection default * Add newline to error message printed on stderr * Added --connection to bash completion and documentation * Updated bindings to query server in case of no path or / Closes #jira-991 Fixes #7276 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Signed-off-by: Jhon Honce <jhonce@redhat.com> Squashed commits to work around CI issue
Diffstat (limited to 'completions/bash')
-rw-r--r--completions/bash/podman24
1 files changed, 17 insertions, 7 deletions
diff --git a/completions/bash/podman b/completions/bash/podman
index f0c8e7394..379ba7fc8 100644
--- a/completions/bash/podman
+++ b/completions/bash/podman
@@ -3602,22 +3602,32 @@ _podman_volume() {
_podman_podman() {
local options_with_args="
- --config -c
+ --cni-config-dir
+ --conmon
+ --connection -c
+ --events-backend
+ --hooks-dir
+ --identity
+ --log-level
+ --namespace
+ --network-cmd-path
--root
--runroot
--storage-driver
--storage-opt
- --log-level
- --namespace
- "
+ --tmpdir
+ --runtime
+ --url
+ "
local boolean_options="
--help
- -h
+ --syslog
--version
+ -h
+ -r, --remote
-v
- --syslog
"
- commands="
+ commands="
attach
auto-update
build