DocsCLI
seedkit login
Authenticate the CLI against your seedkit account.
Opens a browser to authenticate. Stores a long-lived token in ~/.seedkit/credentials (mode 0600).
Synopsis
seedkit login
Example
seedkit login
Opening https://seedkit.dev/cli/auth?code=A3F2-9X1K
Waiting for confirmation...
✓ Logged in as ben@example.com (org: northwind)
Logout
seedkit logout
Removes the credentials file. Doesn't affect CI runs that read SEEDKIT_TOKEN from env.
CI flows
CI shouldn't run seedkit login. Set SEEDKIT_TOKEN instead — see Authentication.
See also
- Authentication
seedkit cache— uses your token to scope to your org.