Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cli-reference/aspire-config-delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

Expand Down
2 changes: 1 addition & 1 deletion docs/cli-reference/aspire-config-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

Expand Down
2 changes: 1 addition & 1 deletion docs/cli-reference/includes/config-file-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
2 changes: 1 addition & 1 deletion docs/cli/config-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading