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
{{ message }}
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
It is already possible to install a package from locally available archive, remotely available archive (ie download then install), or git URI. As a user, I would like to be able to install the latest packaged release of a project from GitHub.
Suggested Implementation
Add a new --github-release/-gr flag which takes a string (e.g. https://github.com/myself/my-tool)
If --github-release is specified, look for the latest release in that repository to download and install