flexkit login
Authenticates the CLI with your Flexkit account.
Synopsis
flexkit login [email-or-team-slug] [options]Options
| Option | Description |
|---|---|
--github | Log in with GitHub OAuth. |
--google | Log in with Google OAuth. |
--bitbucket | Log in with Bitbucket OAuth. |
--oob | Use out-of-band authentication flow. |
You can also use all global options.
Examples
# Interactive login
flexkit login
# Login with GitHub
flexkit login --github
# Login with Google out-of-band mode
flexkit login --google --oob
# Login using team slug (SAML / org flow)
flexkit login acmeLast updated on