File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Lightweight ` CLI ` to create GitHub installation tokens for GitHub Apps.
4
4
5
- [ ![ ci] ( https://github.com/jhagestedt/ghapp/actions/workflows/ci.yml/badge.svg )] ( https://github.com/jhagestedt/ghapp/actions/workflows/ci.yml )
5
+ ```
6
+ NAME:
7
+ ghapp - GitHub App CLI
8
+
9
+ USAGE:
10
+ ghapp [global options] command [command options] [arguments...]
11
+
12
+ COMMANDS:
13
+ token, t Create a GitHub App installation token
14
+ help, h Shows a list of commands or help for one command
15
+ ```
6
16
7
17
## 🚀 Install
8
18
9
19
The packaged binaries of ` ghapp ` can be found on the [ releases] ( https://github.com/jhagestedt/ghapp/releases ) of this repository.
10
20
11
- ### 🐧 Linux
21
+ #### 🐧 Linux
12
22
13
23
``` bash
14
24
curl -L " https://github.com/jhagestedt/ghapp/releases/latest/download/ghapp_linux_amd64" \
15
25
-o ./ghapp && chmod +x ./ghapp
16
26
```
17
27
18
- ### 🍏 MacOS
28
+ #### 🍏 MacOS
19
29
20
30
``` bash
21
31
curl -L " https://github.com/jhagestedt/ghapp/releases/latest/download/ghapp_darwin_amd64" \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ func main() {
23
23
}
24
24
app := & cli.App {
25
25
Name : "ghapp" ,
26
- Usage : "GitHub app cli " ,
26
+ Usage : "GitHub App CLI " ,
27
27
Version : version ,
28
28
Commands : []* cli.Command {
29
29
{
You can’t perform that action at this time.
0 commit comments