devlooped / devlooped/dotnet-file
Download .zip from releases
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 63
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Discussed in https://github.com/devlooped/dotnet-file/discussions/131
Originally posted by henry-js December 11, 2024
How would I use this to download a .zip file for a github release? Using dotnet-file add https://github.com/ankitpokhrel/jira-cli/releases/download/v1.5.2/[jira_1.5.2_windows_x86_64.zip downloads the repository when I would expect it to download just the zip file
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the dotnet-file add command with the GitHub release asset URL from the issue and inspect how the CLI parses and downloads that URL. The work is done when the command downloads the .zip asset rather than the repository contents; no source file or test is identified in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100
