bcdock auth
bcdock auth¶
Authenticate with the BCDock platform
Synopsis¶
Manage authentication credentials.
BCDock access is currently invitation-only. New users follow this path:
- bcdock auth waitlist --name "Your Name" --email you@example.com
- Wait for your invite (reviewed within 48 hours)
- 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¶
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¶
- bcdock - BCDock CLI - manage Business Central environments
- bcdock auth join-waitlist - Submit a waitlist entry to request access to BCDock
- bcdock auth login - Log in via email OTP - also handles first-time account creation
- bcdock auth logout - Clear stored credentials
- bcdock auth set-token - Store an API token persistently
- bcdock auth signup - Activate your BCDock account using an invite code
- bcdock auth whoami - Show the currently authenticated user