aether auth
Manage CLI authentication. The CLI uses JWT tokens stored in~/.aether/config.json. You can also authenticate using the AETHER_TOKEN environment variable.
Usage
Subcommands
| Subcommand | Description |
|---|---|
login | Authenticate with Aether |
logout | Clear stored credentials |
status | Show current authentication state |
token | Print the access token to stdout |
signup | Create a new account |
aether auth login
Authenticate with the Aether API. Opens a browser for OAuth login by default.| Flag | Description |
|---|---|
--email | Login with email (sends a magic link) |
--token | Authenticate with an existing JWT token |
aether auth logout
Clear stored credentials from the config file.aether auth status
Show the current authentication state, token expiry, and default project.aether auth token
Print the current access token to stdout. Useful for piping to other commands or scripts.aether auth signup
Create a new Aether account.| Flag | Description |
|---|---|
--email | Email address for the new account |