crush login and crush logout
Authenticate Crush with external platforms.
crush login
Log in to a platform. Currently supported platforms include hyper and copilot.
bash
crush login <platform>
crush auth <platform> # aliasFlags
| Flag | Short | Description |
|---|---|---|
--force | -f | Force re-authentication even if already logged in |
Examples
bash
# Log in to Hyper
crush login hyper
# Force re-authentication
crush login hyper --forceWhen logging in to Hyper, Crush will open your browser for OAuth authentication. Follow the prompts to authorize Crush.
crush logout
Sign out from a platform.
bash
crush logout <platform>
crush signout <platform> # aliasFlags
| Flag | Short | Description |
|---|---|---|
--force | -f | Skip logout confirmation prompt |
Examples
bash
# Log out from Hyper
crush logout hyper
# Log out without confirmation
crush logout hyper --force