You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Just noticed that when you use the command pulp container repository you don't get the same output compared to if you pass the --help option,
See below examples
pulp container repository
Usage: pulp container repository [OPTIONS] COMMAND [ARGS]...
Options:
-t, --type [container|push]
--help Show this message and exit.
Commands:
label
list
role
show
tag
task
untag
version
versus
pulp container repository --help
Usage: pulp container repository [OPTIONS] COMMAND [ARGS]...
Options:
-t, --type [container|push]
--help Show this message and exit.
Commands:
content
copy-manifest
copy-tag
create
destroy
label
list
role
show
sync
tag
task
untag
update
version
this has also effect in the pulp shell showing not full command completion
pulp> container repository
label list role show tag task untag version
To Reproduce
See above
Expected behavior
I would expect same output
Additional context
I was just thrown off by it when i was looking for the pulp container repository create help, which initially did not appear in the command list.
The text was updated successfully, but these errors were encountered:
Below all variants. So yeah, it is somehow related to the type option. But that does not explain why pulp container repository and pulp container repository --help differ in output, and it has some effects in pulp-cli with command completion.
pulp container repository
Usage: pulp container repository [OPTIONS] COMMAND [ARGS]...
Options:
-t, --type [container|push]
--help Show this message and exit.
Commands:
label
list
role
show
tag
task
untag
version
pulp container repository --help
Usage: pulp container repository [OPTIONS] COMMAND [ARGS]...
Options:
-t, --type [container|push]
--help Show this message and exit.
Commands:
content
copy-manifest
copy-tag
create
destroy
label
list
role
show
sync
tag
task
untag
update
version
pulp container repository --type push --help
Usage: pulp container repository [OPTIONS] COMMAND [ARGS]...
Options:
-t, --type [container|push]
--help Show this message and exit.
Commands:
label
list
remove-image
role
show
tag
task
untag
version
pulp container repository --type container --help
Usage: pulp container repository [OPTIONS] COMMAND [ARGS]...
Options:
-t, --type [container|push]
--help Show this message and exit.
Commands:
content
copy-manifest
copy-tag
create
destroy
label
list
role
show
sync
tag
task
untag
update
version
Version
Describe the bug
Just noticed that when you use the command
pulp container repository
you don't get the same output compared to if you pass the--help
option,See below examples
versus
this has also effect in the pulp shell showing not full command completion
To Reproduce
See above
Expected behavior
I would expect same output
Additional context
I was just thrown off by it when i was looking for the pulp container repository create help, which initially did not appear in the command list.
The text was updated successfully, but these errors were encountered: