@salesforce/plugin-settings 2.0.1 → 2.0.2
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/oclif.lock +33 -27
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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/
|
|
110
|
+
_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.2/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/
|
|
158
|
+
_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.2/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/
|
|
197
|
+
_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.2/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/
|
|
234
|
+
_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.2/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/
|
|
273
|
+
_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.2/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/
|
|
330
|
+
_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.2/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/
|
|
368
|
+
_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.2/src/commands/config/unset.ts)_
|
|
369
369
|
|
|
370
370
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -407,10 +407,10 @@
|
|
|
407
407
|
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
|
|
408
408
|
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
|
|
409
409
|
|
|
410
|
-
"@eslint/eslintrc@^2.1.
|
|
411
|
-
version "2.1.
|
|
412
|
-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.
|
|
413
|
-
integrity sha512
|
|
410
|
+
"@eslint/eslintrc@^2.1.3":
|
|
411
|
+
version "2.1.3"
|
|
412
|
+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.3.tgz#797470a75fe0fbd5a53350ee715e85e87baff22d"
|
|
413
|
+
integrity sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==
|
|
414
414
|
dependencies:
|
|
415
415
|
ajv "^6.12.4"
|
|
416
416
|
debug "^4.3.2"
|
|
@@ -422,10 +422,10 @@
|
|
|
422
422
|
minimatch "^3.1.2"
|
|
423
423
|
strip-json-comments "^3.1.1"
|
|
424
424
|
|
|
425
|
-
"@eslint/js@8.
|
|
426
|
-
version "8.
|
|
427
|
-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.
|
|
428
|
-
integrity sha512-
|
|
425
|
+
"@eslint/js@8.53.0":
|
|
426
|
+
version "8.53.0"
|
|
427
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.53.0.tgz#bea56f2ed2b5baea164348ff4d5a879f6f81f20d"
|
|
428
|
+
integrity sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==
|
|
429
429
|
|
|
430
430
|
"@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3":
|
|
431
431
|
version "1.1.3"
|
|
@@ -777,10 +777,10 @@
|
|
|
777
777
|
wordwrap "^1.0.0"
|
|
778
778
|
wrap-ansi "^7.0.0"
|
|
779
779
|
|
|
780
|
-
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.
|
|
781
|
-
version "3.
|
|
782
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
783
|
-
integrity sha512-
|
|
780
|
+
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.1", "@oclif/core@^3.3.1", "@oclif/core@^3.5.0", "@oclif/core@^3.9.1":
|
|
781
|
+
version "3.10.1"
|
|
782
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.1.tgz#c8e6c7a557983de1c55990177c16c78d26e10083"
|
|
783
|
+
integrity sha512-zBjujYmLyEu7T6PBlaPqmsum/Cc5KMwc6XmcKzUC/PUQspENGd4z0n4eBlNlKjfO/1sLdts99xUlSoIYXoFimg==
|
|
784
784
|
dependencies:
|
|
785
785
|
ansi-escapes "^4.3.2"
|
|
786
786
|
ansi-styles "^4.3.0"
|
|
@@ -804,6 +804,7 @@
|
|
|
804
804
|
strip-ansi "^6.0.1"
|
|
805
805
|
supports-color "^8.1.1"
|
|
806
806
|
supports-hyperlinks "^2.2.0"
|
|
807
|
+
tsconfck "^3.0.0"
|
|
807
808
|
widest-line "^3.1.0"
|
|
808
809
|
wordwrap "^1.0.0"
|
|
809
810
|
wrap-ansi "^7.0.0"
|
|
@@ -978,12 +979,12 @@
|
|
|
978
979
|
istanbul-lib-report "^3.0.1"
|
|
979
980
|
istanbul-reports "^3.1.6"
|
|
980
981
|
|
|
981
|
-
"@salesforce/cli-plugins-testkit@^5.0.
|
|
982
|
-
version "5.0.
|
|
983
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.
|
|
984
|
-
integrity sha512-
|
|
982
|
+
"@salesforce/cli-plugins-testkit@^5.0.1":
|
|
983
|
+
version "5.0.1"
|
|
984
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.1.tgz#d1c3e48ccee2b344ff02a0f9f136bb28ccb3290f"
|
|
985
|
+
integrity sha512-4O5THA4Ly/JJ7p/08KNCOOwbBoBoa4GU9WoL5td/nQEQGQ9Abo2QhpTWVyUzKApVqx2POSS7XYqyDHkCZ/YxPQ==
|
|
985
986
|
dependencies:
|
|
986
|
-
"@salesforce/core" "^5.3.
|
|
987
|
+
"@salesforce/core" "^5.3.17"
|
|
987
988
|
"@salesforce/kit" "^3.0.15"
|
|
988
989
|
"@salesforce/ts-types" "^2.0.6"
|
|
989
990
|
"@types/shelljs" "^0.8.14"
|
|
@@ -993,10 +994,10 @@
|
|
|
993
994
|
strip-ansi "6.0.1"
|
|
994
995
|
ts-retry-promise "^0.7.1"
|
|
995
996
|
|
|
996
|
-
"@salesforce/core@^5.2.0", "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.10", "@salesforce/core@^5.3.14", "@salesforce/core@^5.3.16":
|
|
997
|
-
version "5.3.
|
|
998
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.
|
|
999
|
-
integrity sha512-
|
|
997
|
+
"@salesforce/core@^5.2.0", "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.10", "@salesforce/core@^5.3.14", "@salesforce/core@^5.3.16", "@salesforce/core@^5.3.17":
|
|
998
|
+
version "5.3.17"
|
|
999
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.17.tgz#fe7e5b89bdfffc9c1634e0371fab6115b23fe312"
|
|
1000
|
+
integrity sha512-3BYdpRwQrtaTNHINk+NSrXwlr0xZjKSkJWhMeryjGyTGf9YPRu1JNawl6PPbEpGCQp2y+NLUdp6vMy64jwIDBg==
|
|
1000
1001
|
dependencies:
|
|
1001
1002
|
"@salesforce/kit" "^3.0.15"
|
|
1002
1003
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -3354,15 +3355,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
|
|
|
3354
3355
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
|
3355
3356
|
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
|
3356
3357
|
|
|
3357
|
-
eslint@^8.52.0:
|
|
3358
|
-
version "8.
|
|
3359
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.
|
|
3360
|
-
integrity sha512-
|
|
3358
|
+
eslint@^8.52.0, eslint@^8.53.0:
|
|
3359
|
+
version "8.53.0"
|
|
3360
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
|
|
3361
|
+
integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
|
|
3361
3362
|
dependencies:
|
|
3362
3363
|
"@eslint-community/eslint-utils" "^4.2.0"
|
|
3363
3364
|
"@eslint-community/regexpp" "^4.6.1"
|
|
3364
|
-
"@eslint/eslintrc" "^2.1.
|
|
3365
|
-
"@eslint/js" "8.
|
|
3365
|
+
"@eslint/eslintrc" "^2.1.3"
|
|
3366
|
+
"@eslint/js" "8.53.0"
|
|
3366
3367
|
"@humanwhocodes/config-array" "^0.11.13"
|
|
3367
3368
|
"@humanwhocodes/module-importer" "^1.0.1"
|
|
3368
3369
|
"@nodelib/fs.walk" "^1.2.8"
|
|
@@ -7808,6 +7809,11 @@ ts-retry-promise@^0.7.0, ts-retry-promise@^0.7.1:
|
|
|
7808
7809
|
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906"
|
|
7809
7810
|
integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==
|
|
7810
7811
|
|
|
7812
|
+
tsconfck@^3.0.0:
|
|
7813
|
+
version "3.0.0"
|
|
7814
|
+
resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.0.0.tgz#b469f1ced12973bbec3209a55ed8de3bb04223c9"
|
|
7815
|
+
integrity sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==
|
|
7816
|
+
|
|
7811
7817
|
tsconfig-paths@^3.14.2:
|
|
7812
7818
|
version "3.14.2"
|
|
7813
7819
|
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
|
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.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.10.1",
|
|
9
9
|
"@salesforce/core": "^5.3.14",
|
|
10
10
|
"@salesforce/sf-plugins-core": "^4.0.0",
|
|
11
11
|
"fast-levenshtein": "^3.0.0"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@oclif/plugin-command-snapshot": "^5.0.1",
|
|
15
15
|
"@oclif/test": "^3.0.3",
|
|
16
|
-
"@salesforce/cli-plugins-testkit": "^5.0.
|
|
16
|
+
"@salesforce/cli-plugins-testkit": "^5.0.1",
|
|
17
17
|
"@salesforce/dev-config": "^4.1.0",
|
|
18
18
|
"@salesforce/dev-scripts": "^5.12.2",
|
|
19
19
|
"@salesforce/kit": "^3.0.11",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
29
29
|
"@typescript-eslint/parser": "^5.62.0",
|
|
30
30
|
"chai": "^4.3.10",
|
|
31
|
-
"eslint": "^8.
|
|
31
|
+
"eslint": "^8.53.0",
|
|
32
32
|
"eslint-config-prettier": "^8.10.0",
|
|
33
33
|
"eslint-config-salesforce": "^2.0.2",
|
|
34
34
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
"exports": "./lib/index.js",
|
|
230
230
|
"type": "module",
|
|
231
231
|
"sfdx": {
|
|
232
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.
|
|
233
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.
|
|
232
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.2.crt",
|
|
233
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.2.sig"
|
|
234
234
|
}
|
|
235
235
|
}
|