Documentation

cli

login / logout / whoami

Authenticate with Runix, remove credentials, and check your identity.

runix login#

Authenticate with your Runix account. By default this opens your browser for GitHub OAuth. Use the --email flag to sign in with email and password instead.

Browser login (default)

bash
$ runix login
Opening browser for authentication...
✓ Logged in as alice (alice@example.com)

Email/password login

bash
$ runix login --email
Email: alice@example.com
Password: ********
✓ Logged in as alice@example.com
FlagDescription
`--email`Use email/password authentication instead of browser OAuth

runix logout#

Remove stored credentials from your machine. You will need to run `runix login` again before using other commands.

bash
$ runix logout
✓ Logged out

runix whoami#

Display the currently authenticated user. Useful for confirming which account is active.

bash
$ runix whoami
alice (alice@example.com)
Plan: pro
Workspace: alice-workspace