> ## Documentation Index
> Fetch the complete documentation index at: https://60db.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Global Options

> Global options available for all 60db CLI commands

# Global Options

These options can be used with any command:

## Available Options

### `-j, --json`

Output in JSON format (for agent consumption)

```bash theme={null}
60db --json users --list
```

### `-v, --verbose`

Enable verbose output

```bash theme={null}
60db --verbose users --list
```

### `-V, --version`

Output the version number

```bash theme={null}
60db --version
```

### `-h, --help`

Display help for command

```bash theme={null}
60db --help
60db users --help
```

### `--api-url <url>`

API base URL (overrides config)

```bash theme={null}
60db --api-url https://api.60db.ai users --list
```

### `--api-key <key>`

API key for authentication (overrides config)

```bash theme={null}
60db --api-key your_key users --list
```
