Skip to content

clustercode config

Terminal window
clustercode config <subcommand> [arguments]

Set a configuration value:

Terminal window
clustercode config set WORKER_NAME my-dev-machine

Read a configuration value:

Terminal window
clustercode config get WORKER_NAME

Show all configuration values:

Terminal window
clustercode config list
KeyDescription
WORKER_NAMEDisplay name for this worker (max 64 characters)

Only the keys listed above are accepted. Attempting to set an unknown key returns an error.

Location: ~/.clustercode/config.json

{
"WORKER_NAME": "my-dev-machine"
}