Skip to content

Commit 2f3ac35

Browse files
committed
📝 Update readme
1 parent 28b1582 commit 2f3ac35

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

readme.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,22 @@ $ gh extension install stoe/gh-report
1212

1313
## Usage
1414

15-
```txt
15+
```bash
1616
$ gh report [command] [flags]
1717
```
1818

1919
```txt
2020
gh cli extension to generate enterprise/organization/user/repository reports
2121
2222
Usage:
23-
gh report [command]
23+
gh-report [command]
2424
2525
Available Commands:
2626
actions Report on GitHub Actions
27+
billing Report on GitHub billing
2728
completion Generate the autocompletion script for the specified shell
2829
help Help about any command
30+
license Report on GitHub Enterprise licensing
2931
repo Report on GitHub repositories
3032
verified-emails List enterprise/organization members' verified emails
3133
@@ -34,13 +36,15 @@ Flags:
3436
-e, --enterprise string GitHub Enterprise Cloud account
3537
-h, --help help for gh-report
3638
--hostname string GitHub Enterprise Server hostname
39+
--json string Path to JSON file
3740
--no-cache do not cache results for one hour (default: false)
3841
-o, --owner string GitHub account (organization or user account)
3942
-r, --repo string GitHub repository (owner/repo)
40-
--token string GitHub Personal Access Token (default: "")
41-
-v, --version version for gh report
43+
--silent do not print any output (default: false)
44+
--token string GitHub Personal Access Token (default: gh auth token)
45+
-v, --version version for gh-report
4246
43-
Use "gh report [command] --help" for more information about a command.
47+
Use "gh-report [command] --help" for more information about a command.
4448
```
4549

4650
## License

0 commit comments

Comments
 (0)