31 lines
1021 B
Markdown
31 lines
1021 B
Markdown
# tps-cli
|
|
|
|
```text
|
|
Command line interface for accessing and setting Tenant Properties
|
|
For a full list of System Properties, please refer to the documentation:
|
|
https://em-docs.verint.com/15_3/em-knowledge-management/Content/SystemProperties/Tenant_Properties_Service.htm
|
|
|
|
Usage:
|
|
tps [command]
|
|
|
|
Available Commands:
|
|
completion Generate the autocompletion script for the specified shell
|
|
delete Deletes a property
|
|
help Help about any command
|
|
list Get Properties from the Tenant Properties Service (TPS)
|
|
update Update or Create a property
|
|
|
|
Flags:
|
|
--clientId string clientId or tenantId for API calls (default "default")
|
|
--config string config file (default is $HOME/.tps.yaml)
|
|
-h, --help help for tps
|
|
--hostname string Environment hostname
|
|
--password string API password (default "apiclient")
|
|
--username string API username (default "apiclient")
|
|
-v, --verbose verbose logging
|
|
```
|
|
|
|
## Building
|
|
|
|
make
|