Configure the CLI itself (token, host, defaults)

## Usage

`circleci setting <command> [flags]`

## General Commands

| Command | Description               |
| ------- | ------------------------- |
| `list`  | List current CLI settings |

## Targeted Commands

| Command | Description                 |
| ------- | --------------------------- |
| `set`   | Set a CLI setting           |
| `unset` | Remove a stored CLI setting |

## Flags

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

## Details

View and modify settings for the circleci CLI tool.

Use 'circleci setting set token' to configure your personal API token.
Use 'circleci setting unset token' to remove your stored API token.
Use 'circleci setting set telemetry on/off' to manage telemetry preferences.
Use 'circleci setting list' to view current settings.

For pipeline YAML operations, see 'circleci config'.

