# auth

`speakeasy auth`  

Authenticate the CLI  

## Details

The "authenticate" command allows control over the authentication of the CLI.

## Usage

```
speakeasy auth [flags]
```

### Options

```
  -h, --help   help for auth
```

### Options inherited from parent commands

```
      --logLevel string   the log level (available options: [info, warn, error]) (default "info")
```

### Parent Command

* [speakeasy](/docs/speakeasy-reference/cli/getting-started)	 - The Speakeasy CLI tool provides access to the Speakeasy.com platform
### Sub Commands

* [speakeasy auth login](/docs/speakeasy-reference/cli/auth/login)	 - Authenticate the CLI
* [speakeasy auth logout](/docs/speakeasy-reference/cli/auth/logout)	 - Logout of the CLI
* [speakeasy auth status](/docs/speakeasy-reference/cli/auth/status)	 - Show authentication status
* [speakeasy auth switch](/docs/speakeasy-reference/cli/auth/switch)	 - Switch between authenticated workspaces
