View and update org advanced settings

## Usage

`circleci org setting <command> [flags]`

## Available Commands

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

## Flags

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

## Details

View and update advanced settings for a CircleCI organization.

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

