mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-15 12:08:21 +00:00
Add Readme Section
This commit is contained in:
parent
4dcb528f70
commit
05dd936fbc
1 changed files with 5 additions and 0 deletions
|
@ -92,6 +92,11 @@ You can setup MFA also using the configuration sub command, only TOTP is support
|
||||||
# Server Verification
|
# Server Verification
|
||||||
To enable Server Verification you need to run `passbolt verify` once, after that the server will always be verified if the same config is used
|
To enable Server Verification you need to run `passbolt verify` once, after that the server will always be verified if the same config is used
|
||||||
|
|
||||||
|
# Scripting
|
||||||
|
For Scripting we have a -j or --json flag to convert the Output for the create, get and list commands to JSON for easier Parsing in Scripts.
|
||||||
|
|
||||||
|
Note: The JSON Output does not cover Error Messages, you can detect Errors by checking if the Exitcode is not 0
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
Usage for all Subcommands is [here](https://github.com/passbolt/go-passbolt-cli/wiki/go-passbolt-cli).
|
Usage for all Subcommands is [here](https://github.com/passbolt/go-passbolt-cli/wiki/go-passbolt-cli).
|
||||||
And is also available via `man passbolt`
|
And is also available via `man passbolt`
|
||||||
|
|
Loading…
Add table
Reference in a new issue