Most Kapso CLI commands require authentication.

Authentication

kapso login

The process:

  1. Opens browser to Kapso authentication endpoint
  2. OAuth flow completes in browser
  3. CLI receives and stores authentication token
  4. Session persists across terminal instances

Session Management

Terminate current session:

kapso logout

This removes the stored authentication token from the local credential store.