> ## Documentation Index
> Fetch the complete documentation index at: https://docs.openlayer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI global options

> Learn about the global options available for the Openlayer CLI

Global options are commonly available to use with multiple Openlayer CLI commands.

## API key

The `--api-key` option can be used to provide an [Openlayer API key](/workspace-and-projects/find-your-api-key)
when running Openlayer CLI commands.

For example, to push without having to run [`openlayer login`](/api-reference/cli/commands/login):

```bash theme={null}
openlayer push --api-key=[your api key here]
```

## Debug

The `--debug` option can be used to provide a more verbose output when running Openlayer CLI commands.

```bash theme={null}
openlayer --debug
```

## Profile name

The `--profile-name` option can be used to specify the profile name to read from for config (default `"default"`).

```bash theme={null}
openlayer --profile-name=[profile name]
```

## Version

The `--version` option can be used to verify the version of Openlayer CLI being used.

```bash theme={null}
openlayer --version
```
