@salesforce/plugin-signups 2.0.30 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
  "target-org": {
22
30
  "aliases": [
23
31
  "targetusername",
@@ -126,6 +134,14 @@
126
134
  "allowNo": false,
127
135
  "type": "boolean"
128
136
  },
137
+ "flags-dir": {
138
+ "helpGroup": "GLOBAL",
139
+ "name": "flags-dir",
140
+ "summary": "Import flag values from a directory.",
141
+ "hasDynamicHelp": false,
142
+ "multiple": false,
143
+ "type": "option"
144
+ },
129
145
  "target-dev-hub": {
130
146
  "aliases": [
131
147
  "targetdevhubusername"
@@ -269,6 +285,14 @@
269
285
  "allowNo": false,
270
286
  "type": "boolean"
271
287
  },
288
+ "flags-dir": {
289
+ "helpGroup": "GLOBAL",
290
+ "name": "flags-dir",
291
+ "summary": "Import flag values from a directory.",
292
+ "hasDynamicHelp": false,
293
+ "multiple": false,
294
+ "type": "option"
295
+ },
272
296
  "target-dev-hub": {
273
297
  "aliases": [
274
298
  "targetdevhubusername"
@@ -387,6 +411,14 @@
387
411
  "allowNo": false,
388
412
  "type": "boolean"
389
413
  },
414
+ "flags-dir": {
415
+ "helpGroup": "GLOBAL",
416
+ "name": "flags-dir",
417
+ "summary": "Import flag values from a directory.",
418
+ "hasDynamicHelp": false,
419
+ "multiple": false,
420
+ "type": "option"
421
+ },
390
422
  "target-org": {
391
423
  "aliases": [
392
424
  "targetusername",
@@ -506,6 +538,14 @@
506
538
  "allowNo": false,
507
539
  "type": "boolean"
508
540
  },
541
+ "flags-dir": {
542
+ "helpGroup": "GLOBAL",
543
+ "name": "flags-dir",
544
+ "summary": "Import flag values from a directory.",
545
+ "hasDynamicHelp": false,
546
+ "multiple": false,
547
+ "type": "option"
548
+ },
509
549
  "target-dev-hub": {
510
550
  "aliases": [
511
551
  "targetdevhubusername"
@@ -624,6 +664,14 @@
624
664
  "allowNo": false,
625
665
  "type": "boolean"
626
666
  },
667
+ "flags-dir": {
668
+ "helpGroup": "GLOBAL",
669
+ "name": "flags-dir",
670
+ "summary": "Import flag values from a directory.",
671
+ "hasDynamicHelp": false,
672
+ "multiple": false,
673
+ "type": "option"
674
+ },
627
675
  "verbose": {
628
676
  "hidden": true,
629
677
  "name": "verbose",
@@ -713,6 +761,14 @@
713
761
  "allowNo": false,
714
762
  "type": "boolean"
715
763
  },
764
+ "flags-dir": {
765
+ "helpGroup": "GLOBAL",
766
+ "name": "flags-dir",
767
+ "summary": "Import flag values from a directory.",
768
+ "hasDynamicHelp": false,
769
+ "multiple": false,
770
+ "type": "option"
771
+ },
716
772
  "target-dev-hub": {
717
773
  "aliases": [
718
774
  "targetdevhubusername"
@@ -803,5 +859,5 @@
803
859
  ]
804
860
  }
805
861
  },
806
- "version": "2.0.30"
862
+ "version": "2.1.1"
807
863
  }
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
3
  "description": "Commands to interact with org shapes",
4
- "version": "2.0.30",
4
+ "version": "2.1.1",
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.1",
10
10
  "@salesforce/kit": "^3.0.15",
11
- "@salesforce/sf-plugins-core": "^7.1.16",
11
+ "@salesforce/sf-plugins-core": "^8.0.1",
12
12
  "chalk": "^5.3.0",
13
13
  "change-case": "^5.4.3"
14
14
  },
15
15
  "devDependencies": {
16
- "@oclif/plugin-command-snapshot": "^5.1.1",
16
+ "@oclif/plugin-command-snapshot": "^5.1.2",
17
17
  "@salesforce/cli-plugins-testkit": "^5.1.11",
18
18
  "@salesforce/dev-scripts": "^8.4.2",
19
19
  "@salesforce/plugin-command-reference": "^3.0.71",
@@ -256,7 +256,7 @@
256
256
  "exports": "./lib/index.js",
257
257
  "type": "module",
258
258
  "sfdx": {
259
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.30.crt",
260
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.30.sig"
259
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.1.1.crt",
260
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.1.1.sig"
261
261
  }
262
262
  }