DCT-TOOLKIT COMMAND TOPIC Generated on: Tue Oct 21 12:26:59 USEDT 2025 Source: dct-toolkit-help-2025.5.txt ================================================================================ DCT-TOOLKIT COMPLETE COMMAND REFERENCE Generated on: Tue Oct 21 12:26:59 USEDT 2025 ======================================== MAIN HELP (dct-toolkit.exe -h): ======================================== Usage: dct-toolkit[-hV] [COMMAND] -h, --help Show this help message and exit. -V, --version Print version information and exit. Commands: ================================================================================ ================================================================================ TOPIC: Config ================================================================================ Commands (2): create_config, encrypt_api_key COMMAND: create_config ======================================== Usage:
create_config[-hV] dctUrl= apiKey[=] [configFileOutputLocation=] [apiVersion=] [apiYamlLocation=] [--[no-]insecureSSL] [--[no-] unsafeHostnameCheck] [sslCertificate=] [logLevel=] [logDir=] Command to create config file for DCT toolkit -h, --help Show this help message and exit. -V, --version Print version information and exit. dctUrl= DCT URL. apiKey[=] API key to be used for DCT authentication. configFileOutputLocation= Output location where the config file will be written to. apiVersion= API version to be used for DCT apis. If this is not set then latest api version from the DCT instance. apiYamlLocation= Location of api.yaml file. If this is not set then latest api.yaml file will be downloaded from the DCT instance. --[no-]insecureSSL Set this to true to use insecure SSL connection. --[no-]unsafeHostnameCheck Set this to turn off host name verifier checks for SSL connection. sslCertificate= PEM format SSL certificate path to be used for SSL connection. logLevel= Log level to set. Can be one of OFF, ERROR, WARN, INFO, DEBUG, TRACE, ALL. By default log level will be INFO logDir= Directory where the logs should be written. By default logs will be written under the . dct-toolkit/logs directory in the user's home directory. ======================================== COMMAND: encrypt_api_key ======================================== Usage: dct-toolkit encrypt_api_key[-hV] apiKey[=] dctUrl= Command to encrypt API key for DCT toolkit apiKey[=] API key to be encrypted. dctUrl= DCT URL. -h, --help Show this help message and exit. -V, --version Print version information and exit. ========================================