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
Add a new command, or augment add to download a release from GitHub/Other.
add
In the case of GitHub something simple like:
opan add shadowcat-mst/[email protected]
would download the asset from the v0.003002 release and opan add the file.
v0.003002
opan add
For a URL (bad example OPAN_MIRROR=http://backpan.perl.org already does this):
OPAN_MIRROR=http://backpan.perl.org
opan add http://backpan.perl.org/authors/id/S/SR/SRI/Bundle-Catalyst-0.01.tar.gz
would likewise just download the asset and add it.
It would require that the release was a dist/build artefact rather than just an automatically generated tarball from a tag.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Idea
Add a new command, or augment
add
to download a release from GitHub/Other.In the case of GitHub something simple like:
would download the asset from the
v0.003002
release andopan add
the file.For a URL (bad example
OPAN_MIRROR=http://backpan.perl.org
already does this):would likewise just download the asset and add it.
It would require that the release was a dist/build artefact rather than just an automatically generated tarball from a tag.
The text was updated successfully, but these errors were encountered: