Configuration
Configuration commands manage the local atymctl configuration file. They read from and write to the CLI configuration file in your home directory at ~/.atym/.atymctl.yaml.
The file stores per-environment state including authentication tokens, default device, and resolved hub endpoints.
config show
Display the current configuration values for the active environment.
Usage:
atymctl config show [flags]
Flags:
-h, --help help for show
config set-device
Set the default device used when a device is not specified on subsequent commands.
Usage:
atymctl config set-device [flags]
Flags:
-h, --help help for set-device
-i, --id string Device ID
-n, --name string Device Name
Required: one of --id or --name.
See Default Device Configuration for the full workflow.
config reset
Clear all stored values (tokens, IDs, URLs) for the current environment without deleting the config file. Useful when you want to keep the file but start fresh in the active environment.
Usage:
atymctl config reset [flags]
Flags:
-h, --help help for reset
config delete
Permanently remove the local config file. Useful for recovering from a corrupted configuration.
Usage:
atymctl config delete [flags]
Flags:
-f, --force Skip confirmation prompt
-h, --help help for delete