diff --git a/docs/cli-reference/aspire-config-delete.md b/docs/cli-reference/aspire-config-delete.md index 80622fdc14..6ce48d01aa 100644 --- a/docs/cli-reference/aspire-config-delete.md +++ b/docs/cli-reference/aspire-config-delete.md @@ -42,7 +42,7 @@ The following options are available: - **`-g, --global`** - Delete the configuration value from the global `$HOME/.aspire/settings.json` instead of the local settings file. + Delete the configuration value from the global `$HOME/.aspire/globalsettings.json` instead of the local settings file. - [!INCLUDE [option-help](includes/option-help.md)] diff --git a/docs/cli-reference/aspire-config-set.md b/docs/cli-reference/aspire-config-set.md index 93c2369be2..4a0daecb17 100644 --- a/docs/cli-reference/aspire-config-set.md +++ b/docs/cli-reference/aspire-config-set.md @@ -44,7 +44,7 @@ The following options are available: - **`-g, --global`** - Set the configuration value globally in `$HOME/.aspire/settings.json` instead of the local settings file. + Set the configuration value globally in `$HOME/.aspire/globalsettings.json` instead of the local settings file. - [!INCLUDE [option-help](includes/option-help.md)] diff --git a/docs/cli-reference/includes/config-file-description.md b/docs/cli-reference/includes/config-file-description.md index 6c140adc2f..02aaf97c28 100644 --- a/docs/cli-reference/includes/config-file-description.md +++ b/docs/cli-reference/includes/config-file-description.md @@ -11,4 +11,4 @@ Aspire supports a local and global settings file. Settings defined in a local se - **Global settings** - The global settings file is stored at `$HOME/.aspire/settings.json`. + The global settings file is stored at `$HOME/.aspire/globalsettings.json`. diff --git a/docs/cli/config-settings.md b/docs/cli/config-settings.md index 1701019c8f..b769702ca5 100644 --- a/docs/cli/config-settings.md +++ b/docs/cli/config-settings.md @@ -24,7 +24,7 @@ The following snippet is an example `.aspire/settings.json` file: ## Config file locations -A global Aspire CLI settings file is stored at `$HOME/.aspire/settings.json`, and is used as the default settings for the CLI. A local settings file overwrites the settings from the global file. Local settings files are stored at `./.aspire/settings.json`. +A global Aspire CLI settings file is stored at `$HOME/.aspire/globalsettings.json`, and is used as the default settings for the CLI. A local settings file overwrites the settings from the global file. Local settings files are stored at `./.aspire/settings.json`. ## Generating a config file