---
title: 'flexkit login'
description: 'Reference and usage guidance for flexkit login.'
---

# `flexkit login`

Authenticates the CLI with your Flexkit account.

## Synopsis

```bash
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](/docs/cli/global-options).

## Examples

```bash
# 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
```


---

[View full sitemap](/docs/sitemap.md)
