# aspire config command

## Name

`aspire config` - Manage configuration settings.

## Synopsis

```bash title="Aspire CLI"
aspire config [command] [options]
```

## Description

The `aspire config` command manages the Aspire CLI config settings.

<Include relativePath="reference/cli/includes/config-file-description.md" />

## Options

The following options are available:

- <Include relativePath="reference/cli/includes/option-help.md" />

- <Include relativePath="reference/cli/includes/option-log-level.md" />

- <Include relativePath="reference/cli/includes/option-non-interactive.md" />

- <Include relativePath="reference/cli/includes/option-nologo.md" />

- <Include relativePath="reference/cli/includes/option-banner.md" />

- <Include relativePath="reference/cli/includes/option-wait.md" />

## Commands

The following commands are available:

| Command                                                    | Status | Function                                                                        |
| ---------------------------------------------------------- | ------ | ------------------------------------------------------------------------------- |
| [`aspire config list`](../aspire-config-list/)             | Stable | List current configuration values, or all available feature flags with `--all`. |
| [`aspire config get <key>`](../aspire-config-get/)         | Stable | Get a configuration value.                                                      |
| [`aspire config set <key> <value>`](../aspire-config-set/) | Stable | Set a configuration value.                                                      |
| [`aspire config delete <key>`](../aspire-config-delete/)   | Stable | Delete a configuration value.                                                   |

## Settings

The following config settings are available:

<Include relativePath="reference/cli/includes/config-settings-table.md" />