Skip to content

Commit

Permalink
📝 --replace
Browse files Browse the repository at this point in the history
  • Loading branch information
tcnksm committed Oct 8, 2014
1 parent d148aed commit 3b97505
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ $ ghr v0.1.0 pkg/
--> Uploading: pkg/ghr_0.1.0_windows_amd64.zip
```

Or if you want to replace artifact which is already uploaded:

```bash
$ ghr --replace v0.1.0 pkg/
```

## Options

You can set some options:
Expand All @@ -53,6 +59,7 @@ $ ghr \
-u <username> \ # Set Github username
-r <repository> \ # Set repository name
-p <num> \ # Set amount of parallelism (Default is number of CPU)
--replace \ # Replace asset if target is already exists
--delete \ # Delete release in advance if it exists
--draft \ # Release as draft (Unpublish)
--prerelease \ # Crate prerelease
Expand Down

0 comments on commit 3b97505

Please sign in to comment.