View and update project advanced settings

## Usage

`circleci project setting <command> [flags]`

## Available Commands

| Command | Description                                |
| ------- | ------------------------------------------ |
| `get`   | Get the current value of a project setting |
| `list`  | List all advanced settings for a project   |
| `set`   | Set a project setting                      |

## Flags

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

## Details

View and update advanced settings for a CircleCI project.

Use 'get' to read a setting's current value and 'set' to change it.
Use 'list' to see all settings at once.

