Skip to content

Commit

Permalink
chore(release): 1.4.33 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Oct 2, 2023
1 parent 4a4f1d6 commit af0320e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -155,7 +155,7 @@ EXAMPLES
$ sf alias set my-scratch-org [email protected]
```

_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`

Expand Down Expand Up @@ -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`

Expand All @@ -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
Expand All @@ -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`

Expand All @@ -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
Expand All @@ -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`

Expand Down Expand Up @@ -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
Expand All @@ -314,7 +323,7 @@ EXAMPLES
$ sf config set target-org [email protected]
```

_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`

Expand All @@ -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
Expand All @@ -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)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit af0320e

Please sign in to comment.