# atmos auth validate

Use this command to validate your `auth` configuration in `atmos.yaml`.

## Usage

```shell
atmos auth validate [--verbose]
```

## Arguments

- **n/a**
  No positional arguments.

## Examples

```shell
# Basic validation
atmos auth validate

# Verbose output
atmos auth validate --verbose
```

## Flags

- **`--verbose` (alias `-v`)**
  Enable verbose output.

## Environment variables

- **`ATMOS_AUTH_VALIDATE_VERBOSE`**
  Set to 
  `true`
   to enable verbose output by default.
