Skip to content

Commit

Permalink
Added cli documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Apr 29, 2023
1 parent 44961ff commit 28b3d05
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ Several Auth methods are described here: [AUTH.md](docs/AUTH.md)
Hosting options are described here: [HOSTING.md](docs/HOSTING.md)
# CLI usage
The cli usage is described here: [CLI.md](docs/CLI.md)
# Environment Variables
| Variable | Description | Default |
Expand Down
23 changes: 23 additions & 0 deletions docs/CLI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# CLI usage

The CLI can be used to update, remove, list registered users in PodFetch. You can get help anytime by typing --help/help

# Usage

# Get general help

```bash
podfetch --help
```

# Get help for a specific command

```bash
podfetch <command> --help
```

e.g.

```bash
podfetch users --help
```

0 comments on commit 28b3d05

Please sign in to comment.