@salesforce/plugin-settings 2.0.30 → 2.0.31
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 +7 -7
- package/npm-shrinkwrap.json +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.
|
|
110
|
+
_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.31/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.
|
|
158
|
+
_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.31/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.
|
|
197
|
+
_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.31/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.
|
|
234
|
+
_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.31/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.
|
|
273
|
+
_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.31/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.
|
|
330
|
+
_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.31/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.
|
|
368
|
+
_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.31/src/commands/config/unset.ts)_
|
|
369
369
|
|
|
370
370
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-settings",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.31",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-settings",
|
|
9
|
-
"version": "2.0.
|
|
9
|
+
"version": "2.0.31",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^3.
|
|
12
|
+
"@oclif/core": "^3.20.0",
|
|
13
13
|
"@salesforce/core": "^6.5.3",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^7.1.14",
|
|
15
15
|
"fast-levenshtein": "^3.0.0"
|
|
@@ -3548,9 +3548,9 @@
|
|
|
3548
3548
|
}
|
|
3549
3549
|
},
|
|
3550
3550
|
"node_modules/@oclif/core": {
|
|
3551
|
-
"version": "3.
|
|
3552
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
3553
|
-
"integrity": "sha512-
|
|
3551
|
+
"version": "3.20.0",
|
|
3552
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.20.0.tgz",
|
|
3553
|
+
"integrity": "sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==",
|
|
3554
3554
|
"license": "MIT",
|
|
3555
3555
|
"dependencies": {
|
|
3556
3556
|
"@types/cli-progress": "^3.11.5",
|
package/oclif.lock
CHANGED
|
@@ -1821,10 +1821,10 @@
|
|
|
1821
1821
|
wordwrap "^1.0.0"
|
|
1822
1822
|
wrap-ansi "^7.0.0"
|
|
1823
1823
|
|
|
1824
|
-
"@oclif/core@^3.10.8", "@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6":
|
|
1825
|
-
version "3.
|
|
1826
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
1827
|
-
integrity sha512-
|
|
1824
|
+
"@oclif/core@^3.10.8", "@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0":
|
|
1825
|
+
version "3.20.0"
|
|
1826
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.20.0.tgz#534458dc6e8c46d8f03906aaadaca079e16a6554"
|
|
1827
|
+
integrity sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==
|
|
1828
1828
|
dependencies:
|
|
1829
1829
|
"@types/cli-progress" "^3.11.5"
|
|
1830
1830
|
ansi-escapes "^4.3.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-settings",
|
|
3
3
|
"description": "configure the Salesforce CLI",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.31",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.20.0",
|
|
9
9
|
"@salesforce/core": "^6.5.3",
|
|
10
10
|
"@salesforce/sf-plugins-core": "^7.1.14",
|
|
11
11
|
"fast-levenshtein": "^3.0.0"
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"exports": "./lib/index.js",
|
|
215
215
|
"type": "module",
|
|
216
216
|
"sfdx": {
|
|
217
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.
|
|
218
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.
|
|
217
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.31.crt",
|
|
218
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.31.sig"
|
|
219
219
|
}
|
|
220
220
|
}
|