Turbopush
CLI

Account Management

Manage your Turbopush account via the CLI — log in, log out, and check your current session.

Create your account at https://app.turbopush.org/sign-up

Authentication

Login to use CLI commands:

npx turbopush login

This opens a browser for authentication. Copy the generated access key back to the CLI.

Check current session:

npx turbopush whoami

To end your current session:

npx turbopush logout

Access Keys

For CI/CD environments where browser login isn't possible, create an access key in the dashboard, then:

npx turbopush login --accessKey <accessKey>

This key persists across logout and can be reused until manually revoked or expired.

How is this guide?