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
buckaroo explore <url> [constraint]
buckaroo explore <url> should show to the user all valid versions of <url>
buckaroo explore <url>
<url>
Output could look like the following:
buckaroo explore github.com/org/package {branch=develop} -> rev=fc08c1fe28 (cached) {branch=master, tag=latest, 1.67.0} -> rev=9e9a813c8
Most of the logic can already be found in the Source Explorer.
Exploration of transitive dependencies may be a separate feature
The text was updated successfully, but these errors were encountered:
No branches or pull requests
buckaroo explore <url>
should show to the user all valid versions of<url>
Output could look like the following:
Most of the logic can already be found in the Source Explorer.
Exploration of transitive dependencies may be a separate feature
The text was updated successfully, but these errors were encountered: