Skip to content

config.yml

The ~/.holden/config.yml file stores local CLI settings. Created automatically by holden config set.

port: 6021
age_public_keys:
"[email protected]": "age1ql3z7hjy54pw3hyww5ayyfg7zqgvc7w3j2elw8zmrj2kg5sfn9aqmcac8p"

SSH address of the Holden server. Used to fetch the encryption key for secrets.

Optional. If not set, the CLI assumes Holden runs locally.


port: 6021

API port on the Holden server.

Optional. Default: 6021


age_public_keys:
"[email protected]": "age1..."
"[email protected]": "age1..."

Cached age public keys, keyed by SSH server address. Populated automatically when the CLI first connects to a server.

Used to encrypt secrets offline after the initial connection.

Optional. Managed automatically by the CLI.