Skip to content

Commit adfb1d4

Browse files
authored
Update README.md
1 parent 622184f commit adfb1d4

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,28 @@
11
# github-release-cli
22
A command-line tool for uploading release assets on a GitHub repository.
3+
4+
## Installation
5+
6+
```
7+
npm install -g github-release-cli
8+
```
9+
10+
11+
## Command Line Usage
12+
13+
Run `github-release` with `-h` or `--help` options:
14+
15+
```
16+
Usage: github-release [options]
17+
18+
Options:
19+
20+
-h, --help output usage information
21+
-V, --version output the version number
22+
-T, --token <token> OAuth2 token
23+
-o, --owner <owner> owner
24+
-r, --repo <repo> repo
25+
-t, --tag <tag> tag
26+
-n, --name <name> name
27+
-b, --body <body> body
28+
```

0 commit comments

Comments
 (0)