tuyen github batch-download
Batch download release assets from a GitHub repository.
Usage
tuyen github batch-download [OPTIONS] --owner <OWNER> --repo <REPO>Options
--owner <OWNER>
- GitHub repository owner, either a user or organization name.
- Required: Yes.
--repo <REPO>
- GitHub repository name.
- Required: Yes.
--tag <TAG>
- Release tag to download the asset from.
--latest <LATEST>
- Download the asset from the latest release instead of a specific tag.
- Possible values:
true,false.
--pattern <PATTERN>
- Glob pattern to match the release asset filenames.
--output <OUTPUT>
- Folder to save the downloaded assets to.
--token <TOKEN>
- GitHub personal access token for accessing private repositories or avoiding rate limits.
-h, --help
- Print help.