From af0320e06c8246d0d21a56798c5c118d2758f4d6 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Mon, 2 Oct 2023 20:44:14 +0000 Subject: [PATCH] chore(release): 1.4.33 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 26 +++++++++++++++++++------- package.json | 2 +- 3 files changed, 26 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eede5906..e8fcd36c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.4.33](https://github.com/salesforcecli/plugin-settings/compare/1.4.32...1.4.33) (2023-10-02) + +### Bug Fixes + +- add link to doc with full list of config vars ([0c218a2](https://github.com/salesforcecli/plugin-settings/commit/0c218a20682b890b5b552caa28cf236f3b93d5d5)) + ## [1.4.32](https://github.com/salesforcecli/plugin-settings/compare/1.4.31...1.4.32) (2023-09-30) ### Bug Fixes diff --git a/README.md b/README.md index 7571d15c..ac854d58 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ EXAMPLES $ sf alias list ``` -_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.32/src/commands/alias/list.ts)_ +_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.33/src/commands/alias/list.ts)_ ## `sf alias set` @@ -155,7 +155,7 @@ EXAMPLES $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com ``` -_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.32/src/commands/alias/set.ts)_ +_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.33/src/commands/alias/set.ts)_ ## `sf alias unset` @@ -194,7 +194,7 @@ EXAMPLES $ sf alias unset --all [--no-prompt] ``` -_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.32/src/commands/alias/unset.ts)_ +_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.33/src/commands/alias/unset.ts)_ ## `sf config get` @@ -217,6 +217,9 @@ DESCRIPTION displayed; local ones are displayed if you run the command in a project directory. Run "sf config set" to set a configuration variable. + For the full list of available configuration variables, see + https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_dev_cli_config_values.htm. + ALIASES $ sf force config get @@ -230,7 +233,7 @@ EXAMPLES $ sf config get target-org api-version --verbose ``` -_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.32/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.33/src/commands/config/get.ts)_ ## `sf config list` @@ -249,6 +252,9 @@ DESCRIPTION Global configuration variables apply to any Salesforce DX project and are always displayed. If you run this command from a project directory, local configuration variables are also displayed. + For the full list of available configuration variables, see + https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_dev_cli_config_values.htm. + ALIASES $ sf force config list @@ -258,7 +264,7 @@ EXAMPLES $ sf config list ``` -_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.32/src/commands/config/list.ts)_ +_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.33/src/commands/config/list.ts)_ ## `sf config set` @@ -292,6 +298,9 @@ DESCRIPTION Run "sf config list" to see the configuration variables you've already set and their level (local or global). + For the full list of available configuration variables, see + https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_dev_cli_config_values.htm. + ALIASES $ sf force config set @@ -314,7 +323,7 @@ EXAMPLES $ sf config set target-org me@my.com ``` -_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.32/src/commands/config/set.ts)_ +_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.33/src/commands/config/set.ts)_ ## `sf config unset` @@ -337,6 +346,9 @@ DESCRIPTION Local configuration variables apply only to your current project. Global configuration variables apply in any Salesforce DX project. + For the full list of available configuration variables, see + https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_dev_cli_config_values.htm. + ALIASES $ sf force config unset @@ -350,6 +362,6 @@ EXAMPLES $ sf config unset target-org api-version --global ``` -_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.32/src/commands/config/unset.ts)_ +_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.33/src/commands/config/unset.ts)_ diff --git a/package.json b/package.json index e0906975..5333d66d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-settings", "description": "configure the Salesforce CLI", - "version": "1.4.32", + "version": "1.4.33", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {