We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I even get: RuntimeError: 'pulpcore' is not installed. Try passing 'package_name' instead. Seems like we need to redirect the click autodetect here.
RuntimeError: 'pulpcore' is not installed. Try passing 'package_name' instead.
Sorry, something went wrong.
Show correct version with --version
3afec2b
fixes pulp#351
49bb141
fixes #351
mdellweg
Successfully merging a pull request may close this issue.
It's like it's showing me the pulpcore version:
The text was updated successfully, but these errors were encountered: