mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 23:20:24 +00:00
Improve documentation for cli client
This commit is contained in:
parent
266216e372
commit
fe3e1db13a
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,8 @@ You can see the usage with the following command:
|
|||
python sftpgo_api_cli.py --help
|
||||
```
|
||||
|
||||
Basically there is a subcommand for each REST API and a two global arguments
|
||||
Basically there is a subcommand for each REST API and a two global arguments:
|
||||
|
||||
- `debug`, default disabled, print useful debug info.
|
||||
- `base_url`, default `http://127.0.0.1:8080`. Base URL for SFTPGo REST API
|
||||
|
||||
|
@ -16,7 +17,7 @@ For each subcommand `--help` shows the required arguments, try for example:
|
|||
|
||||
```python sftpgo_api_cli.py add_user --help```
|
||||
|
||||
Let's a sample usage for each REST API.
|
||||
Let's see a sample usage for each REST API.
|
||||
|
||||
### Add user
|
||||
|
||||
|
|
Loading…
Reference in a new issue