https://github.com/pkg6/gruploader
Cloud Git releases file upload tool
https://github.com/pkg6/gruploader
Last synced: 10 months ago
JSON representation
Cloud Git releases file upload tool
- Host: GitHub
- URL: https://github.com/pkg6/gruploader
- Owner: pkg6
- License: apache-2.0
- Created: 2025-02-11T05:50:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-09T04:28:18.000Z (10 months ago)
- Last Synced: 2025-06-09T04:35:53.511Z (10 months ago)
- Language: Go
- Homepage: https://github.com/pkg6/gruploader-action/tree/main/gruploader
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Usage
- help
```
Usage of ./gruploader:
-cloud string
Which cloud do you use for git? (default "github")
-f string
File path to upload.
-overwrite
Overwrite release asset if it's already exist.
-repo string
repo, e.g., 'pkg6/gruploader'.
-retry uint
How many times to retry if error occur. (default 2)
-tag string
Git tag to identify a Release in repo.
```
## example
~~~
export GITHUB_TOKEN="ghp_**************"
gruploader -f gruploader.tar.gz --repo=pkg6/gruploader --tag=v0.0.1 --overwrite=true
~~~