hubcli connection modify¶
Modifies the definition of a connection.
The command has the following format:
hubcli connection modify connection-name [flags]
where:
- connection-name
- The name of the connection to modify.
- flags
- One or more flags for the command that provide additional control over execution.
- The following flag is mandatory:
-u stringor--url string- Specifies the base URL of the Altair SLC Hub installation.
The following optional flags are available:
--ca-certificate string- Specifies the name of the CA certificate file to use when making HTTPS requests to the Hub instance.
--debug- Enables debug logging.
-hor--help- Returns help information for this command.
--insecure-skip-verify- Do not verify TLS certificates when making HTTPS requests to Altair SLC Hub.
--secure-verify- Verify TLS certificates when making HTTPS requests to Altair SLC Hub.
You cannot use this command to make a connection the default connection;
if you need to do this, use the hubcli connection use command.