diff options
author | Theodore Cowan <theodore-cowan@pluralsight.com> | 2018-12-17 07:05:44 -0500 |
---|---|---|
committer | Theodore Cowan <theodore-cowan@pluralsight.com> | 2018-12-17 11:20:40 -0500 |
commit | d5647fe053f2fdd97118c6aebfb1e467bdbf3ed3 (patch) | |
tree | 0485d462fe33254fa7ba98333576e59976ffc9a7 /completions | |
parent | 93b5ccfe94f3f180542f045a92f14b8d2368e73e (diff) | |
download | podman-d5647fe053f2fdd97118c6aebfb1e467bdbf3ed3.tar.gz podman-d5647fe053f2fdd97118c6aebfb1e467bdbf3ed3.tar.bz2 podman-d5647fe053f2fdd97118c6aebfb1e467bdbf3ed3.zip |
add --get-login command to podman-login.
Returns user if user is logged-in to the registry. Returns error
if not logged in with non-zero status code.
Signed-off-by: Theodore Cowan <theodore-cowan@pluralsight.com>
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/podman | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 9a8adb502..4702ae0e0 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2217,6 +2217,7 @@ _podman_login() { --password -p --authfile + --get-login " local boolean_options=" --help |