Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article applies to: ✔️ Aspire CLI 9.4.0 and later versions
Name
aspire config list - List all configuration values.
Synopsis
aspire config list [options]
Description
The aspire config list command lists all config value by key name.
Aspire supports a local and global settings file. Settings defined in a local settings file override those set in the global settings file.
Local settings
A local settings file is stored at
.aspire/settings.jsonunder the current directory.Global settings
The global settings file is stored at
$HOME/.aspire/globalsettings.json.
This command lists both the global and local settings. If a local setting overrides a global setting, only the local setting is displayed.
Options
The following options are available:
-
-?, -h, --helpPrints help and usage documentation for the available commands and options.
-
-d, --debugEnable debug logging to the console, which prints detailed information about what Aspire CLI is doing when a command is run.
-
--wait-for-debuggerWait for a debugger to attach before running a command.