Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 6071607

Browse files
committed
Updated readme
1 parent f59d9d5 commit 6071607

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,19 @@ After you have *github-cli* up and running we can create our first repository.
2121
First of all we have to create a configuration file that will customize how our repositories will be created. You can have a look on our [example](.github.sample.toml).
2222
This file can be placed on the same folder as your binary is, or in your home directory and it should be named `.github.toml` (You can also use it as `yaml` or `json`).
2323

24+
## Usage
25+
26+
```
27+
github-cli [command] [--flags]
28+
```
29+
2430
### Commands
2531

2632
| Command | Description |
2733
|--------------------------|--------------------------------------|
28-
| `github-cli create-repo` | Creates a new github repository |
29-
| `github-cli create-test` | Creates a new hellofresh hiring test |
34+
| `github-cli create repo [--flags]` | Creates a new github repository |
35+
| `github-cli create test [--flags]` | Creates a new hellofresh hiring test |
36+
| `github-cli unseat [--flags]` | Removes external collaborators from repositories |
3037

3138
## Contributing
3239

0 commit comments

Comments
 (0)