Skip to content

bcdock auth

bcdock auth

Authenticate with the BCDock platform

Synopsis

Manage authentication credentials.

BCDock access is currently invitation-only. New users follow this path:

  1. bcdock auth waitlist --name "Your Name" --email you@example.com
  2. Wait for your invite (reviewed within 48 hours)
  3. bcdock auth login --email you@example.com (creates account + logs in)

Returning users: bcdock auth login --email you@example.com

For CI/CD or agent use, store an API key directly: bcdock auth set-token

Options

  -h, --help   help for auth

Options inherited from parent commands

      --api-url string     API base URL (overrides BCDOCK_API_URL env var)
      --no-color           Disable colored output
  -o, --output string      Output format: table, json, csv (default "table")
  -q, --quiet              Suppress non-essential output
      --timeout duration   Request timeout (default 30s)
      --token string       API token (overrides BCDOCK_TOKEN env var)

SEE ALSO