Skip to main content

Configuration

Configuration commands allow you to manage default settings for devices, as well as view your current configuration for the Atym CLI. These commands read from and write to the Atym CLI configuration file, which can be found in your home directory at ~/.atym-cli.yaml.


set device

Set a default device in your configuration.

Usage:
atym set device [flags]

Flags:
-h, --help Help for device
-i, --id string Device ID
-n, --name string Device name

Required: --id or --name.


show config

Display all current configuration values, including default device and tenant settings.

Usage:
atym show config [flags]

Flags:
-h, --help Help for config