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.
Installation
Homebrew
brew install pranav100000/aether/aether
Verify Installation
Confirm the CLI is installed and accessible.
aether version 0.1.0 (abc1234)
Shell Completion
Set up tab completion for your shell. See the completion reference for full setup instructions.
source <(aether completion bash)
To persist across sessions, add to your ~/.bashrc:echo 'source <(aether completion bash)' >> ~/.bashrc
aether completion zsh > "${fpath[1]}/_aether"
Then restart your shell or run compinit.aether completion fish | source
To persist across sessions:aether completion fish > ~/.config/fish/completions/aether.fish
aether completion powershell | Out-String | Invoke-Expression
To persist, add the above line to your PowerShell profile.
Next Steps
After installing, authenticate with the Aether API:
See the auth reference for details on authentication options.