# Usage Examples

## Setting up the CLI

1. Download and install the correct version of the CLI according to these [instructions](https://docs.sealsecurity.io/fundamentals/cli/download-and-installation).
2. Configure the access token to the artifact server. If you don't have a token see these [instructions](https://docs.sealsecurity.io/fundamentals/artifact-server/generating-a-token).

```bash
export SEAL_TOKEN=<token> # the access token for the server
```
