clc config
Configuration operations.
Usage:
clc config [command] [options]
clc config add
Adds a named configuration with the given values. Specify the configurations as KEY=VALUE
pairs.
It overwrites the previous configuration if it exists.
Usage:
clc config add [target] [source] [key=value...]
Parameters:
Parameter | Required | Description | Default |
---|---|---|---|
|
Required |
Name of the configuration or its path. If a name is used, the configuration is saved to |
N/A |
|
Optional |
Zero or more |
N/A |
Example output:
clc config add dev cluster.name=dev cluster.address=localhost:5701
clc config import
Imports configuration from an arbitrary source.
Usage:
clc config import [target] [source]
Parameters:
Parameter | Required | Description | Default |
---|---|---|---|
|
Required |
Name of the configuration or its path. If a name is used, the configuration is saved to |
N/A |
|
Required |
The following configuration sources are supported:
|
N/A |
Example output:
clc config import production ~/Downloads/hazelcast-cloud-go-sample-client-pr-3814-default.zip