@mailmodo/cli 0.0.15-beta.pr17.24 → 0.0.15-beta.pr17.25
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/oclif.manifest.json +21 -21
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -531,14 +531,13 @@
|
|
|
531
531
|
"index.js"
|
|
532
532
|
]
|
|
533
533
|
},
|
|
534
|
-
"
|
|
534
|
+
"status": {
|
|
535
535
|
"aliases": [],
|
|
536
536
|
"args": {},
|
|
537
|
-
"description": "View and
|
|
537
|
+
"description": "View email performance metrics and quota usage",
|
|
538
538
|
"examples": [
|
|
539
|
-
"<%= config.bin %>
|
|
540
|
-
"<%= config.bin %>
|
|
541
|
-
"<%= config.bin %> settings --json"
|
|
539
|
+
"<%= config.bin %> status",
|
|
540
|
+
"<%= config.bin %> status --json"
|
|
542
541
|
],
|
|
543
542
|
"flags": {
|
|
544
543
|
"json": {
|
|
@@ -553,18 +552,11 @@
|
|
|
553
552
|
"name": "yes",
|
|
554
553
|
"allowNo": false,
|
|
555
554
|
"type": "boolean"
|
|
556
|
-
},
|
|
557
|
-
"set": {
|
|
558
|
-
"description": "Set a setting (format: key=value)",
|
|
559
|
-
"name": "set",
|
|
560
|
-
"hasDynamicHelp": false,
|
|
561
|
-
"multiple": false,
|
|
562
|
-
"type": "option"
|
|
563
555
|
}
|
|
564
556
|
},
|
|
565
557
|
"hasDynamicHelp": false,
|
|
566
558
|
"hiddenAliases": [],
|
|
567
|
-
"id": "
|
|
559
|
+
"id": "status",
|
|
568
560
|
"pluginAlias": "@mailmodo/cli",
|
|
569
561
|
"pluginName": "@mailmodo/cli",
|
|
570
562
|
"pluginType": "core",
|
|
@@ -574,17 +566,18 @@
|
|
|
574
566
|
"relativePath": [
|
|
575
567
|
"dist",
|
|
576
568
|
"commands",
|
|
577
|
-
"
|
|
569
|
+
"status",
|
|
578
570
|
"index.js"
|
|
579
571
|
]
|
|
580
572
|
},
|
|
581
|
-
"
|
|
573
|
+
"settings": {
|
|
582
574
|
"aliases": [],
|
|
583
575
|
"args": {},
|
|
584
|
-
"description": "View
|
|
576
|
+
"description": "View and update project settings",
|
|
585
577
|
"examples": [
|
|
586
|
-
"<%= config.bin %>
|
|
587
|
-
"<%= config.bin %>
|
|
578
|
+
"<%= config.bin %> settings",
|
|
579
|
+
"<%= config.bin %> settings --set brand_color=#0F3460",
|
|
580
|
+
"<%= config.bin %> settings --json"
|
|
588
581
|
],
|
|
589
582
|
"flags": {
|
|
590
583
|
"json": {
|
|
@@ -599,11 +592,18 @@
|
|
|
599
592
|
"name": "yes",
|
|
600
593
|
"allowNo": false,
|
|
601
594
|
"type": "boolean"
|
|
595
|
+
},
|
|
596
|
+
"set": {
|
|
597
|
+
"description": "Set a setting (format: key=value)",
|
|
598
|
+
"name": "set",
|
|
599
|
+
"hasDynamicHelp": false,
|
|
600
|
+
"multiple": false,
|
|
601
|
+
"type": "option"
|
|
602
602
|
}
|
|
603
603
|
},
|
|
604
604
|
"hasDynamicHelp": false,
|
|
605
605
|
"hiddenAliases": [],
|
|
606
|
-
"id": "
|
|
606
|
+
"id": "settings",
|
|
607
607
|
"pluginAlias": "@mailmodo/cli",
|
|
608
608
|
"pluginName": "@mailmodo/cli",
|
|
609
609
|
"pluginType": "core",
|
|
@@ -613,10 +613,10 @@
|
|
|
613
613
|
"relativePath": [
|
|
614
614
|
"dist",
|
|
615
615
|
"commands",
|
|
616
|
-
"
|
|
616
|
+
"settings",
|
|
617
617
|
"index.js"
|
|
618
618
|
]
|
|
619
619
|
}
|
|
620
620
|
},
|
|
621
|
-
"version": "0.0.15-beta.pr17.
|
|
621
|
+
"version": "0.0.15-beta.pr17.25"
|
|
622
622
|
}
|
package/package.json
CHANGED