Add missing tls-passphrase documentation
The tls-passphrase was not documented in MaxCtrl. Also regenerated the documentation.
This commit is contained in:
@ -59,8 +59,9 @@ HTTPS/TLS Options:
|
|||||||
[boolean] [default: true]
|
[boolean] [default: true]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--version Show version number [boolean]
|
--version Show version number [boolean]
|
||||||
--help Show help [boolean]
|
--tls-passphrase Password for the TLS private key [string]
|
||||||
|
--help Show help [boolean]
|
||||||
```
|
```
|
||||||
|
|
||||||
## list
|
## list
|
||||||
@ -675,6 +676,11 @@ Usage: api <command>
|
|||||||
Commands:
|
Commands:
|
||||||
get <resource> [path] Get raw JSON
|
get <resource> [path] Get raw JSON
|
||||||
|
|
||||||
|
API options:
|
||||||
|
--sum Calculate sum of API result. Only works for arrays of numbers e.g. `api
|
||||||
|
get --sum servers data[].attributes.statistics.connections`.
|
||||||
|
[boolean] [default: false]
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### api get
|
### api get
|
||||||
|
|||||||
@ -74,6 +74,10 @@ program
|
|||||||
describe: 'Path to TLS public certificate',
|
describe: 'Path to TLS public certificate',
|
||||||
type: 'string'
|
type: 'string'
|
||||||
})
|
})
|
||||||
|
.option('tls-passphrase', {
|
||||||
|
describe: 'Password for the TLS private key',
|
||||||
|
type: 'string'
|
||||||
|
})
|
||||||
.option('tls-ca-cert', {
|
.option('tls-ca-cert', {
|
||||||
describe: 'Path to TLS CA certificate',
|
describe: 'Path to TLS CA certificate',
|
||||||
type: 'string'
|
type: 'string'
|
||||||
|
|||||||
Reference in New Issue
Block a user