> For the complete documentation index, see [llms.txt](https://docs.sealsecurity.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sealsecurity.io/legacy-documentation/cli/usage-examples.md).

# Usage Examples

## Setting up the CLI

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

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