Skip to content
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

pulp --version shows incorrect version #351

Closed
daviddavis opened this issue Aug 30, 2021 · 1 comment · Fixed by #355
Closed

pulp --version shows incorrect version #351

daviddavis opened this issue Aug 30, 2021 · 1 comment · Fixed by #355
Assignees
Labels
bug Something isn't working (template-set)
Milestone

Comments

@daviddavis
Copy link
Contributor

It's like it's showing me the pulpcore version:

$ pip list | grep pulp-cli
pulp-cli                        0.12.0.dev0  /home/vagrant/devel/pulp-cli
$ pulp --version
pulp3 command line interface, version 3.16.0.dev0
@mdellweg
Copy link
Member

I even get:
RuntimeError: 'pulpcore' is not installed. Try passing 'package_name' instead.
Seems like we need to redirect the click autodetect here.

@mdellweg mdellweg self-assigned this Aug 31, 2021
@mdellweg mdellweg added this to the 0.12.0 milestone Aug 31, 2021
@mdellweg mdellweg added bug Something isn't working (template-set) triaged labels Aug 31, 2021
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue Aug 31, 2021
mdellweg added a commit that referenced this issue Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working (template-set)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants