...
Option | Description | Command line | Comment | Example of command line | ||
---|---|---|---|---|---|---|
set | Setup the CAST Extend (online) connection parameters. | ExtendCli.exe config set <api-key> | <api-key> is specific to a login for CAST Extend (online). You can find this in your profile.
| extendCli.exe config set api-key w9876xyz-d999-32ii-9fb0-0123cde45 | ||
ExtendCli.exe config set [extend-url] | [extend-url] is optional. It refers to the URL to use for CAST Extend (online). When no option is provided, the default value is used: https://extend.castsoftware.com.
| extendCli.exe config set extend-url "your URL" | ||||
ExtendCli.exe config set [proxy] | [proxy] is optional. It should be used when your network environment uses a proxy for internet access. The syntax for the proxy is as follows:
Note that CAST also recommends enabling the Automatically detect settings option when you need to use ExtendCli via a proxy: | extendCli.exe config set proxy http://proxy_user:proxy_password@proxy.corp.com:8080 |
...