Log in, sign up and check your CircleCI identity

## Usage

`circleci auth <command> [flags]`

## Available Commands

| Command  | Description                                  |
| -------- | -------------------------------------------- |
| `id`     | Show the device ID for this CLI installation |
| `login`  | Log in to a CircleCI account                 |
| `logout` | Log out of a CircleCI account                |
| `me`     | Display active account information           |
| `signup` | Sign-up for a new CircleCI account           |

## Flags

Global flags: `-c, --config`, `--debug`, `--no-color`, `-q, --quiet` — see `circleci --help`.

## Details

Manage authentication for the CLI.

Use 'circleci auth signup' to create a new CircleCI account via the browser.
Use 'circleci auth login' to authenticate via the browser-based OAuth flow.
Use 'circleci auth me' to get current user info.
Use 'circleci auth logout' to clear your stored credentials.

