@salesforce/plugin-settings 2.0.11 → 2.0.13
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 +41 -44
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.13/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.13/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.13/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.13/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.13/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.13/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.13/src/commands/config/unset.ts)_
|
|
369
369
|
|
|
370
370
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -768,10 +768,10 @@
|
|
|
768
768
|
wordwrap "^1.0.0"
|
|
769
769
|
wrap-ansi "^7.0.0"
|
|
770
770
|
|
|
771
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.12.0", "@oclif/core@^3.
|
|
772
|
-
version "3.
|
|
773
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
774
|
-
integrity sha512-
|
|
771
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.12.0", "@oclif/core@^3.15.0", "@oclif/core@^3.3.1":
|
|
772
|
+
version "3.15.0"
|
|
773
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.0.tgz#28405012137fa92efcc5a2c4d61336dd64c697cb"
|
|
774
|
+
integrity sha512-A1EVh4gv7mqAJ9OGVxLugaLcHvQnGwvOnPToP8OT9AldJ0LwVExOwhhlnOstYca33MIpGH00twYxWMS5nxMuDQ==
|
|
775
775
|
dependencies:
|
|
776
776
|
ansi-escapes "^4.3.2"
|
|
777
777
|
ansi-styles "^4.3.0"
|
|
@@ -801,12 +801,12 @@
|
|
|
801
801
|
wordwrap "^1.0.0"
|
|
802
802
|
wrap-ansi "^7.0.0"
|
|
803
803
|
|
|
804
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
805
|
-
version "5.0.
|
|
806
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
807
|
-
integrity sha512-
|
|
804
|
+
"@oclif/plugin-command-snapshot@^5.0.5":
|
|
805
|
+
version "5.0.5"
|
|
806
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.5.tgz#8594869b2e70c5703041d810b7c6515dcd179494"
|
|
807
|
+
integrity sha512-rv+1DVDRJQhD6BXQ1rA7ZZRiXroqDEyfnuIdWLlELxmyENH5askz6q+PeY0GDIAGbIlGCsTv84B3rPk1qsMqRA==
|
|
808
808
|
dependencies:
|
|
809
|
-
"@oclif/core" "^3.
|
|
809
|
+
"@oclif/core" "^3.15.0"
|
|
810
810
|
"@types/lodash.difference" "^4.5.9"
|
|
811
811
|
chalk "^5.3.0"
|
|
812
812
|
just-diff "^5.2.0"
|
|
@@ -1010,10 +1010,10 @@
|
|
|
1010
1010
|
semver "^7.5.4"
|
|
1011
1011
|
ts-retry-promise "^0.7.1"
|
|
1012
1012
|
|
|
1013
|
-
"@salesforce/core@^6.
|
|
1014
|
-
version "6.4.
|
|
1015
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.
|
|
1016
|
-
integrity sha512-
|
|
1013
|
+
"@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2":
|
|
1014
|
+
version "6.4.2"
|
|
1015
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
|
|
1016
|
+
integrity sha512-ZtLwgI18f1th6SY0fKmuiyVGGwTXPy4nI+KfXzkww/vqdPxDhAfoHwqvFeo4tjFE2rldK7IPiIIYdtpsaI8d5g==
|
|
1017
1017
|
dependencies:
|
|
1018
1018
|
"@salesforce/kit" "^3.0.15"
|
|
1019
1019
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -1029,7 +1029,7 @@
|
|
|
1029
1029
|
jszip "3.10.1"
|
|
1030
1030
|
pino "^8.16.2"
|
|
1031
1031
|
pino-abstract-transport "^1.1.0"
|
|
1032
|
-
pino-pretty "^10.
|
|
1032
|
+
pino-pretty "^10.3.0"
|
|
1033
1033
|
proper-lockfile "^4.1.2"
|
|
1034
1034
|
semver "^7.5.4"
|
|
1035
1035
|
ts-retry-promise "^0.7.1"
|
|
@@ -1079,15 +1079,15 @@
|
|
|
1079
1079
|
"@salesforce/ts-types" "^2.0.9"
|
|
1080
1080
|
tslib "^2.6.2"
|
|
1081
1081
|
|
|
1082
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1083
|
-
version "3.0.
|
|
1084
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1085
|
-
integrity sha512-
|
|
1082
|
+
"@salesforce/plugin-command-reference@^3.0.56":
|
|
1083
|
+
version "3.0.56"
|
|
1084
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.56.tgz#538a9ad005cae322c43848e69952a7cc9474dd57"
|
|
1085
|
+
integrity sha512-4+C8GwXpl7jlyEsJXiMPFG4QTk3Y6N+H+58AZ50RB7qIzXcWROLeIazuvRyZedPvzAdze02hVHPBAO+pltdh4w==
|
|
1086
1086
|
dependencies:
|
|
1087
|
-
"@oclif/core" "^3.
|
|
1088
|
-
"@salesforce/core" "^6.
|
|
1087
|
+
"@oclif/core" "^3.15.0"
|
|
1088
|
+
"@salesforce/core" "^6.4.1"
|
|
1089
1089
|
"@salesforce/kit" "^3.0.15"
|
|
1090
|
-
"@salesforce/sf-plugins-core" "^5.0.
|
|
1090
|
+
"@salesforce/sf-plugins-core" "^5.0.8"
|
|
1091
1091
|
"@salesforce/ts-types" "^2.0.9"
|
|
1092
1092
|
chalk "^4"
|
|
1093
1093
|
handlebars "^4.7.8"
|
|
@@ -1130,13 +1130,13 @@
|
|
|
1130
1130
|
chalk "^4"
|
|
1131
1131
|
inquirer "^8.2.5"
|
|
1132
1132
|
|
|
1133
|
-
"@salesforce/sf-plugins-core@^5.0.
|
|
1134
|
-
version "5.0.
|
|
1135
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
|
1136
|
-
integrity sha512-
|
|
1133
|
+
"@salesforce/sf-plugins-core@^5.0.12", "@salesforce/sf-plugins-core@^5.0.8":
|
|
1134
|
+
version "5.0.12"
|
|
1135
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.12.tgz#f638a8091316b70b4cb981b0847326fd8c32c2f4"
|
|
1136
|
+
integrity sha512-2ZuD++T+c0mGmLep0K54ucA3GIjlRWdR0L+oMLlcTYcf6rxEV72D9MMszS3syVabSJeNGrKIgsO3kP9c13PCAQ==
|
|
1137
1137
|
dependencies:
|
|
1138
|
-
"@oclif/core" "^3.
|
|
1139
|
-
"@salesforce/core" "^6.
|
|
1138
|
+
"@oclif/core" "^3.15.0"
|
|
1139
|
+
"@salesforce/core" "^6.4.1"
|
|
1140
1140
|
"@salesforce/kit" "^3.0.15"
|
|
1141
1141
|
"@salesforce/ts-types" "^2.0.9"
|
|
1142
1142
|
"@types/inquirer" "^8.2.3"
|
|
@@ -4001,7 +4001,7 @@ glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
|
|
|
4001
4001
|
once "^1.3.0"
|
|
4002
4002
|
path-is-absolute "^1.0.0"
|
|
4003
4003
|
|
|
4004
|
-
glob@^8.0.
|
|
4004
|
+
glob@^8.0.1, glob@^8.0.3:
|
|
4005
4005
|
version "8.1.0"
|
|
4006
4006
|
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
|
|
4007
4007
|
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
|
|
@@ -4178,13 +4178,10 @@ header-case@^2.0.4:
|
|
|
4178
4178
|
capital-case "^1.0.4"
|
|
4179
4179
|
tslib "^2.0.3"
|
|
4180
4180
|
|
|
4181
|
-
help-me@^
|
|
4182
|
-
version "
|
|
4183
|
-
resolved "https://registry.yarnpkg.com/help-me/-/help-me-
|
|
4184
|
-
integrity sha512-
|
|
4185
|
-
dependencies:
|
|
4186
|
-
glob "^8.0.0"
|
|
4187
|
-
readable-stream "^3.6.0"
|
|
4181
|
+
help-me@^5.0.0:
|
|
4182
|
+
version "5.0.0"
|
|
4183
|
+
resolved "https://registry.yarnpkg.com/help-me/-/help-me-5.0.0.tgz#b1ebe63b967b74060027c2ac61f9be12d354a6f6"
|
|
4184
|
+
integrity sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==
|
|
4188
4185
|
|
|
4189
4186
|
hosted-git-info@^2.1.4:
|
|
4190
4187
|
version "2.8.9"
|
|
@@ -6228,10 +6225,10 @@ object.values@^1.1.7:
|
|
|
6228
6225
|
define-properties "^1.2.0"
|
|
6229
6226
|
es-abstract "^1.22.1"
|
|
6230
6227
|
|
|
6231
|
-
oclif@^4.0
|
|
6232
|
-
version "4.0
|
|
6233
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.
|
|
6234
|
-
integrity sha512-
|
|
6228
|
+
oclif@^4.1.0:
|
|
6229
|
+
version "4.1.0"
|
|
6230
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.0.tgz#486004caf6da8af9f5bdda681a616b5b2c180b45"
|
|
6231
|
+
integrity sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg==
|
|
6235
6232
|
dependencies:
|
|
6236
6233
|
"@oclif/core" "^3.0.4"
|
|
6237
6234
|
"@oclif/plugin-help" "^5.2.14"
|
|
@@ -6617,16 +6614,16 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
|
|
|
6617
6614
|
readable-stream "^4.0.0"
|
|
6618
6615
|
split2 "^4.0.0"
|
|
6619
6616
|
|
|
6620
|
-
pino-pretty@^10.2.3:
|
|
6621
|
-
version "10.
|
|
6622
|
-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.
|
|
6623
|
-
integrity sha512-
|
|
6617
|
+
pino-pretty@^10.2.3, pino-pretty@^10.3.0:
|
|
6618
|
+
version "10.3.0"
|
|
6619
|
+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.0.tgz#483ff78b98d277c33d00e0419c00601d9152bc7e"
|
|
6620
|
+
integrity sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==
|
|
6624
6621
|
dependencies:
|
|
6625
6622
|
colorette "^2.0.7"
|
|
6626
6623
|
dateformat "^4.6.3"
|
|
6627
6624
|
fast-copy "^3.0.0"
|
|
6628
6625
|
fast-safe-stringify "^2.1.1"
|
|
6629
|
-
help-me "^
|
|
6626
|
+
help-me "^5.0.0"
|
|
6630
6627
|
joycon "^3.1.1"
|
|
6631
6628
|
minimist "^1.2.6"
|
|
6632
6629
|
on-exit-leak-free "^2.1.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-settings",
|
|
3
3
|
"description": "configure the Salesforce CLI",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.13",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.12.0",
|
|
9
|
-
"@salesforce/core": "^6.4.
|
|
10
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
9
|
+
"@salesforce/core": "^6.4.2",
|
|
10
|
+
"@salesforce/sf-plugins-core": "^5.0.12",
|
|
11
11
|
"fast-levenshtein": "^3.0.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
14
|
+
"@oclif/plugin-command-snapshot": "^5.0.5",
|
|
15
15
|
"@oclif/test": "^3.1.3",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.1.1",
|
|
17
17
|
"@salesforce/dev-scripts": "^8.1.2",
|
|
18
18
|
"@salesforce/kit": "^3.0.15",
|
|
19
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
19
|
+
"@salesforce/plugin-command-reference": "^3.0.56",
|
|
20
20
|
"@salesforce/plugin-deploy-retrieve": "^1.20.3",
|
|
21
21
|
"@salesforce/ts-sinon": "^1.4.17",
|
|
22
22
|
"@types/fast-levenshtein": "^0.0.3",
|
|
23
23
|
"eslint-plugin-sf-plugin": "^1.17.0",
|
|
24
|
-
"oclif": "^4.0
|
|
24
|
+
"oclif": "^4.1.0",
|
|
25
25
|
"shx": "0.3.4",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.3.3"
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"exports": "./lib/index.js",
|
|
216
216
|
"type": "module",
|
|
217
217
|
"sfdx": {
|
|
218
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.
|
|
219
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.
|
|
218
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.13.crt",
|
|
219
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.13.sig"
|
|
220
220
|
}
|
|
221
221
|
}
|