# `src auth`

authentication helper commands.

Authentication-related helper commands.

Examples:

Print the active auth token:

$ src auth token
sgp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Print the current Authorization header:

$ src auth token --header
Authorization: token sgp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

## Usage

```sh
$ src auth [command options]
```

## Subcommands

* [`token`](auth/token)