We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622184f commit adfb1d4Copy full SHA for adfb1d4
1 file changed
README.md
@@ -1,2 +1,28 @@
1
# github-release-cli
2
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