@salesforce/plugin-settings 2.0.32 → 2.1.0

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.
@@ -18,6 +18,14 @@
18
18
  "allowNo": false,
19
19
  "type": "boolean"
20
20
  },
21
+ "flags-dir": {
22
+ "helpGroup": "GLOBAL",
23
+ "name": "flags-dir",
24
+ "summary": "Import flag values from a directory.",
25
+ "hasDynamicHelp": false,
26
+ "multiple": false,
27
+ "type": "option"
28
+ },
21
29
  "loglevel": {
22
30
  "deprecated": {
23
31
  "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
@@ -78,6 +86,14 @@
78
86
  "allowNo": false,
79
87
  "type": "boolean"
80
88
  },
89
+ "flags-dir": {
90
+ "helpGroup": "GLOBAL",
91
+ "name": "flags-dir",
92
+ "summary": "Import flag values from a directory.",
93
+ "hasDynamicHelp": false,
94
+ "multiple": false,
95
+ "type": "option"
96
+ },
81
97
  "loglevel": {
82
98
  "deprecated": {
83
99
  "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
@@ -137,6 +153,14 @@
137
153
  "allowNo": false,
138
154
  "type": "boolean"
139
155
  },
156
+ "flags-dir": {
157
+ "helpGroup": "GLOBAL",
158
+ "name": "flags-dir",
159
+ "summary": "Import flag values from a directory.",
160
+ "hasDynamicHelp": false,
161
+ "multiple": false,
162
+ "type": "option"
163
+ },
140
164
  "loglevel": {
141
165
  "deprecated": {
142
166
  "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
@@ -209,6 +233,14 @@
209
233
  "allowNo": false,
210
234
  "type": "boolean"
211
235
  },
236
+ "flags-dir": {
237
+ "helpGroup": "GLOBAL",
238
+ "name": "flags-dir",
239
+ "summary": "Import flag values from a directory.",
240
+ "hasDynamicHelp": false,
241
+ "multiple": false,
242
+ "type": "option"
243
+ },
212
244
  "loglevel": {
213
245
  "deprecated": {
214
246
  "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
@@ -314,6 +346,14 @@
314
346
  "allowNo": false,
315
347
  "type": "boolean"
316
348
  },
349
+ "flags-dir": {
350
+ "helpGroup": "GLOBAL",
351
+ "name": "flags-dir",
352
+ "summary": "Import flag values from a directory.",
353
+ "hasDynamicHelp": false,
354
+ "multiple": false,
355
+ "type": "option"
356
+ },
317
357
  "loglevel": {
318
358
  "deprecated": {
319
359
  "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
@@ -374,6 +414,14 @@
374
414
  "allowNo": false,
375
415
  "type": "boolean"
376
416
  },
417
+ "flags-dir": {
418
+ "helpGroup": "GLOBAL",
419
+ "name": "flags-dir",
420
+ "summary": "Import flag values from a directory.",
421
+ "hasDynamicHelp": false,
422
+ "multiple": false,
423
+ "type": "option"
424
+ },
377
425
  "loglevel": {
378
426
  "deprecated": {
379
427
  "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
@@ -481,6 +529,14 @@
481
529
  "allowNo": false,
482
530
  "type": "boolean"
483
531
  },
532
+ "flags-dir": {
533
+ "helpGroup": "GLOBAL",
534
+ "name": "flags-dir",
535
+ "summary": "Import flag values from a directory.",
536
+ "hasDynamicHelp": false,
537
+ "multiple": false,
538
+ "type": "option"
539
+ },
484
540
  "loglevel": {
485
541
  "deprecated": {
486
542
  "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
@@ -570,5 +626,5 @@
570
626
  ]
571
627
  }
572
628
  },
573
- "version": "2.0.32"
629
+ "version": "2.1.0"
574
630
  }
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-settings",
3
3
  "description": "configure the Salesforce CLI",
4
- "version": "2.0.32",
4
+ "version": "2.1.0",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.20.0",
9
9
  "@salesforce/core": "^6.7.3",
10
- "@salesforce/sf-plugins-core": "^7.1.14",
10
+ "@salesforce/sf-plugins-core": "^8.0.1",
11
11
  "fast-levenshtein": "^3.0.0"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@oclif/plugin-command-snapshot": "^5.1.1",
15
- "@oclif/test": "^3.2.1",
15
+ "@oclif/test": "^3.2.6",
16
16
  "@salesforce/cli-plugins-testkit": "^5.1.11",
17
17
  "@salesforce/dev-scripts": "^8.4.2",
18
18
  "@salesforce/kit": "^3.0.15",
@@ -21,7 +21,7 @@
21
21
  "@salesforce/ts-sinon": "^1.4.17",
22
22
  "@types/fast-levenshtein": "^0.0.4",
23
23
  "eslint-plugin-sf-plugin": "^1.17.4",
24
- "oclif": "^4.5.5",
24
+ "oclif": "^4.6.2",
25
25
  "ts-node": "^10.9.2",
26
26
  "typescript": "^5.4.2"
27
27
  },
@@ -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.32.crt",
218
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.32.sig"
217
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.1.0.crt",
218
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.1.0.sig"
219
219
  }
220
220
  }