@salesforce/plugin-settings 2.0.23 → 2.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -107,7 +107,7 @@ EXAMPLES
107
107
  $ sf alias list
108
108
  ```
109
109
 
110
- _See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.23/src/commands/alias/list.ts)_
110
+ _See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.25/src/commands/alias/list.ts)_
111
111
 
112
112
  ## `sf alias set`
113
113
 
@@ -155,7 +155,7 @@ EXAMPLES
155
155
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
156
156
  ```
157
157
 
158
- _See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.23/src/commands/alias/set.ts)_
158
+ _See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.25/src/commands/alias/set.ts)_
159
159
 
160
160
  ## `sf alias unset`
161
161
 
@@ -194,7 +194,7 @@ EXAMPLES
194
194
  $ sf alias unset --all [--no-prompt]
195
195
  ```
196
196
 
197
- _See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.23/src/commands/alias/unset.ts)_
197
+ _See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.25/src/commands/alias/unset.ts)_
198
198
 
199
199
  ## `sf config get`
200
200
 
@@ -231,7 +231,7 @@ EXAMPLES
231
231
  $ sf config get target-org api-version --verbose
232
232
  ```
233
233
 
234
- _See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.23/src/commands/config/get.ts)_
234
+ _See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.25/src/commands/config/get.ts)_
235
235
 
236
236
  ## `sf config list`
237
237
 
@@ -270,7 +270,7 @@ EXAMPLES
270
270
  $ sf config list
271
271
  ```
272
272
 
273
- _See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.23/src/commands/config/list.ts)_
273
+ _See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.25/src/commands/config/list.ts)_
274
274
 
275
275
  ## `sf config set`
276
276
 
@@ -327,7 +327,7 @@ EXAMPLES
327
327
  $ sf config set --global target-org=my-scratch-org target-dev-hub=my-dev-hub
328
328
  ```
329
329
 
330
- _See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.23/src/commands/config/set.ts)_
330
+ _See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.25/src/commands/config/set.ts)_
331
331
 
332
332
  ## `sf config unset`
333
333
 
@@ -365,6 +365,6 @@ EXAMPLES
365
365
  $ sf config unset target-org api-version --global
366
366
  ```
367
367
 
368
- _See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.23/src/commands/config/unset.ts)_
368
+ _See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.25/src/commands/config/unset.ts)_
369
369
 
370
370
  <!-- commandsstop -->