Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.runaether.dev/llms.txt

Use this file to discover all available pages before exploring further.

aether config

View and update 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
set <key> <value>Set a non-sensitive configuration value

Config Keys

KeyDescription
api_urlAether API base URL
default_projectDefault project ID for CLI commands
preview_domainDomain used for workspace preview URLs

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)

aether config set

Set a non-sensitive configuration key.
aether config set <key> <value>
aether config set preview_domain preview.runaether.dev
preview_domain set.