Skip to main content

aether config

View CLI configuration values. The CLI stores configuration in ~/.aether/config.json.

Usage

aether config <subcommand>

Subcommands

SubcommandDescription
pathPrint the config file location
get <key>Print a configuration value

Config Keys

KeyDescription
api_urlAether API base URL
default_projectDefault project ID for CLI commands

aether config path

Print the path to the configuration file.
aether config path
/Users/you/.aether/config.json

aether config get

Print the value of a specific configuration key.
aether config get <key>
aether config get api_url
https://api.runaether.dev
aether config get default_project
proj_a1b2c3d4
# Key not set
aether config get supabase_url
(not set)