Skip to Content
CLIlogin

flexkit login

Authenticates the CLI with your Flexkit account.

Synopsis

flexkit login [email-or-team-slug] [options]

Options

OptionDescription
--githubLog in with GitHub OAuth.
--googleLog in with Google OAuth.
--bitbucketLog in with Bitbucket OAuth.
--oobUse 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 acme
Last updated on

© 2026