aspire config delete command
Name
aspire config delete - Delete a configuration value.
Synopsis
aspire config delete [options]
Description
The aspire config delete command deletes a config value by key name.
The command returns the following exit codes:
0—The command succeeded.1—The supplied key doesn't exist in the config file, or the config file is missing.
Arguments
The following arguments are available:
keyThe configuration key to delete.
Options
The following options are available:
-g, --globalDelete the configuration value from user-scoped global Aspire configuration instead of the rooted
aspire.config.jsonfile.