All ALICE CLI commands
| Command | Description |
|---------|-------------|
| alice | Start interactive session |
| alice login | Authenticate with your account |
| alice logout | Sign out |
| alice status | Show current agent status |
| alice agents | List available agents |
| alice run "task" | Run a task non-interactively |
| alice config | Open configuration |
| alice update | Update to latest version |
# Start a session
alice
# Run a one-shot task
alice run "Review my package.json for security issues"
# Check your plan
alice status