Manage self-hosted runners

## Usage

`circleci runner <command> [flags]`

## General Commands

| Command | Description                                    |
| ------- | ---------------------------------------------- |
| `open`  | Open the runners inventory page in the browser |

## Targeted Commands

| Command  | Description                                |
| -------- | ------------------------------------------ |
| `config` | Generate a runner agent configuration file |

## Subcommands

| Command          | Description                    |
| ---------------- | ------------------------------ |
| `instance`       | Manage runner instances        |
| `resource-class` | Manage runner resource classes |
| `token`          | Manage runner tokens           |

## Flags

Global flags: `-c, --config`, `--debug`, `--no-color`, `-q, --quiet` — see `circleci --help`.

## Details

Manage self-hosted runner resources.

Self-hosted runners let you run CircleCI jobs on your own infrastructure.
Resource class names use the format namespace/name (e.g. my-org/my-runner).

