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

# qbraid admin

> CI/CD commands for qBraid maintainers.

**Usage**:

```console theme={null}
$ qbraid admin [OPTIONS] COMMAND [ARGS]...
```

**Options**:

* `--help`: Show this message and exit.

**Commands**:

* `headers`: Verify and fix qBraid file headers.

## qbraid admin headers

Verify and fix qBraid file headers.

Verifies and optionally fixes qBraid headers in specified files and directories.

**Usage**:

```console theme={null}
$ qbraid admin headers [OPTIONS] SRC_PATHS...
```

**Arguments**:

* `SRC_PATHS...`: Source file or directory paths to verify. \[required]

**Options**:

* `-t, --type [default|gpl|apache|mit]`: Type of header to use. \[default: default]
* `-s, --skip TEXT`: Files to skip during verification.
* `-f, --fix`: Whether to fix the headers instead of just verifying.
* `-p, --project TEXT`: Name of the project to use in the header.
* `--help`: Show this message and exit.
