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

# Global flags - Omni CLI

> Flags available on every Omni CLI command.

These flags are available on all commands:

| Flag              | Description                                                                                          |
| ----------------- | ---------------------------------------------------------------------------------------------------- |
| `--help`, `-h`    | View help                                                                                            |
| `--token TOKEN`   | API token (overrides environment variable and config profile)                                        |
| `--base-url URL`  | API base URL (overrides config profile)                                                              |
| `--profile NAME`  | Config profile to use                                                                                |
| `--compact`       | Non-indented JSON output (useful for piping to `jq`)                                                 |
| `--format`, `-o`  | Output format: `json`, `human`, or `auto` (default `auto`: human-readable on a TTY, JSON when piped) |
| `--version`, `-v` | Print the CLI version                                                                                |
