Authentication

CLI commands for authenticating with Circuit.

Login

Authenticate with Circuit.

circuit login

Opens a browser to authenticate. If you don't have an account, one will be created.

Behavior:

  • Opens browser for authentication

  • Stores credentials locally

  • No parameters required

Logout

Sign out from Circuit.

circuit logout

Behavior:

  • Removes stored credentials

  • No parameters required

Logged in user info

Show current authenticated user.

Output:

  • Displays your Circuit username/email

  • Shows authentication status

Last updated