-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
location of the --remote
flag breaks commands.
#6704
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
remote
Problem is in podman-remote
Comments
openshift-ci-robot
added
the
kind/bug
Categorizes issue or PR as related to a bug.
label
Jun 22, 2020
@jwhonce i personally dont think |
Flags like |
Pretty much the same issue that I had in #6598, had to insert a fake argument to make it work.
|
jwhonce
added a commit
to jwhonce/podman
that referenced
this issue
Jun 27, 2020
* --remote, --url and --identity are now anchored to podman command. Subcommands should no longer have issues * TraverseChildren now set to V1 expectations * Latest flag now has helper function. Now has consistent usage. * IsRemote() uses cobra parser to determin if --remote is given * Moved validation functions from parser pkg to validate pkg * Fixes containers#6598 Fixes containers#6704 Signed-off-by: Jhon Honce <[email protected]>
mheon
pushed a commit
to mheon/libpod
that referenced
this issue
Jul 6, 2020
* --remote, --url and --identity are now anchored to podman command. Subcommands should no longer have issues * TraverseChildren now set to V1 expectations * Latest flag now has helper function. Now has consistent usage. * IsRemote() uses cobra parser to determin if --remote is given * Moved validation functions from parser pkg to validate pkg * Fixes containers#6598 Fixes containers#6704 Signed-off-by: Jhon Honce <[email protected]> <MH: Fixed import issues> Signed-off-by: Matt Heon <[email protected]>
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 23, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
remote
Problem is in podman-remote
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
The location of the
--remote
flag changes the behavior of the command line parsing.Steps to reproduce the issue:
Describe the results you received:
podman --remote ps
doesn't workDescribe the results you expected:
podman ps --remote
andpodman --remote ps
should be equivalent.Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:➜ ~ podman version Version: 2.0.0 API Version: 1 Go Version: go1.14.4 Git Commit: eec482cae3289ecaad45c602629657da7062ce9c Built: Sat Jun 20 14:30:13 2020 OS/Arch: linux/amd64
Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional environment details (AWS, VirtualBox, physical, etc.):
tested on my local laptop running archlinux.
The text was updated successfully, but these errors were encountered: