Usage
Code Block |
---|
configuration [-de <passphrase>] | [ -d ] | [ -e ] | [ -en <passphrase> ] | [ -l ] | [ -s ] | [-o] [-t <type>] [-n <name>] Options: -de, --decrypt Decrypt the configurations with passphrase Default: <empty string> -d, --disable Disable configurations. Default: false -e, --enable Enable configurations. Default: false -en, --encrypt Encrypt the configurations with passphrase Default: <empty string> -l, --list List configurations. Default: false -o, --locked Match only locked configurations. Default: false -n, --name Name to match configurations against. Default: .* -s, --status Status of configurations. Default: false -t, --type Type of configurations. |
...
Note |
---|
Note!The options -d, -e, -l and -s are mutually exclusive, meaning that only one of the options will be applied even if you have stated several. |
Return Codes
The different return codes for the configuration
command are listed below:
Code | Description |
---|---|
0 | Will be returned if the command was executed successfully. |
1 | Will be returned if the input could not be processed. |
2 | Will be returned if the input did not generate any action. |
3 | Will be returned if something unexpected happened. |
4 | Will be returned if one or more configurations were locked, or if the user does not have access to one or more of the configurations. |