atmos auth validate
Use this command to validate your auth configuration in atmos.yaml.
Usage
atmos auth validate [--verbose]
Arguments
- n/a
- No positional arguments.
Examples
# 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
trueto enable verbose output by default.