List all advanced settings for a project

## Usage

`circleci project setting list [flags]`

Aliases: `circleci project setting ls`

## Flags

| Flag               | Description                                                                       |
| ------------------ | --------------------------------------------------------------------------------- |
| `--jq string`      | Process values from the response using jq syntax (see `circleci help formatting`) |
| `--json`           | Output as JSON                                                                    |
| `--project string` | Project slug (e.g. gh/org/repo); defaults to git remote                           |

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

## Examples

- List settings for the current project: 
  `circleci project setting list`
- List settings for a specific project: 
  `circleci project setting list --project gh/myorg/myrepo`
- Output as JSON: 
  `circleci project setting list --json`

## Details

List all advanced settings for a CircleCI project.

JSON fields: enable_ai_error_summarization, enable_auto_cancel_redundant_workflows, enable_building_fork_prs, is_build_prs_only, can_pass_secrets_to_fork_pr_jobs, can_set_github_status, is_running_disabled, is_ssh_disabled, enable_dynamic_config, is_admin_required_for_writing_settings, is_oss, pr_only_branch_overrides, enable_unversioned_config

