@mailmodo/cli 0.0.51 → 0.0.52
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 +48 -48
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -289,13 +289,19 @@
|
|
|
289
289
|
"index.js"
|
|
290
290
|
]
|
|
291
291
|
},
|
|
292
|
-
"
|
|
292
|
+
"edit": {
|
|
293
293
|
"aliases": [],
|
|
294
|
-
"args": {
|
|
295
|
-
|
|
294
|
+
"args": {
|
|
295
|
+
"id": {
|
|
296
|
+
"description": "Email template ID to edit",
|
|
297
|
+
"name": "id",
|
|
298
|
+
"required": true
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
"description": "Edit an email using AI-assisted natural language changes",
|
|
296
302
|
"examples": [
|
|
297
|
-
"<%= config.bin %>
|
|
298
|
-
"<%= config.bin %>
|
|
303
|
+
"<%= config.bin %> edit welcome",
|
|
304
|
+
"<%= config.bin %> edit welcome --change \"make subject more urgent\" --yes"
|
|
299
305
|
],
|
|
300
306
|
"flags": {
|
|
301
307
|
"json": {
|
|
@@ -310,11 +316,18 @@
|
|
|
310
316
|
"name": "yes",
|
|
311
317
|
"allowNo": false,
|
|
312
318
|
"type": "boolean"
|
|
319
|
+
},
|
|
320
|
+
"change": {
|
|
321
|
+
"description": "Natural language description of the change",
|
|
322
|
+
"name": "change",
|
|
323
|
+
"hasDynamicHelp": false,
|
|
324
|
+
"multiple": false,
|
|
325
|
+
"type": "option"
|
|
313
326
|
}
|
|
314
327
|
},
|
|
315
328
|
"hasDynamicHelp": false,
|
|
316
329
|
"hiddenAliases": [],
|
|
317
|
-
"id": "
|
|
330
|
+
"id": "edit",
|
|
318
331
|
"pluginAlias": "@mailmodo/cli",
|
|
319
332
|
"pluginName": "@mailmodo/cli",
|
|
320
333
|
"pluginType": "core",
|
|
@@ -324,23 +337,17 @@
|
|
|
324
337
|
"relativePath": [
|
|
325
338
|
"dist",
|
|
326
339
|
"commands",
|
|
327
|
-
"
|
|
340
|
+
"edit",
|
|
328
341
|
"index.js"
|
|
329
342
|
]
|
|
330
343
|
},
|
|
331
|
-
"
|
|
344
|
+
"emails": {
|
|
332
345
|
"aliases": [],
|
|
333
|
-
"args": {
|
|
334
|
-
|
|
335
|
-
"description": "Email template ID to edit",
|
|
336
|
-
"name": "id",
|
|
337
|
-
"required": true
|
|
338
|
-
}
|
|
339
|
-
},
|
|
340
|
-
"description": "Edit an email using AI-assisted natural language changes",
|
|
346
|
+
"args": {},
|
|
347
|
+
"description": "List and view configured email sequences",
|
|
341
348
|
"examples": [
|
|
342
|
-
"<%= config.bin %>
|
|
343
|
-
"<%= config.bin %>
|
|
349
|
+
"<%= config.bin %> emails",
|
|
350
|
+
"<%= config.bin %> emails --json"
|
|
344
351
|
],
|
|
345
352
|
"flags": {
|
|
346
353
|
"json": {
|
|
@@ -355,18 +362,11 @@
|
|
|
355
362
|
"name": "yes",
|
|
356
363
|
"allowNo": false,
|
|
357
364
|
"type": "boolean"
|
|
358
|
-
},
|
|
359
|
-
"change": {
|
|
360
|
-
"description": "Natural language description of the change",
|
|
361
|
-
"name": "change",
|
|
362
|
-
"hasDynamicHelp": false,
|
|
363
|
-
"multiple": false,
|
|
364
|
-
"type": "option"
|
|
365
365
|
}
|
|
366
366
|
},
|
|
367
367
|
"hasDynamicHelp": false,
|
|
368
368
|
"hiddenAliases": [],
|
|
369
|
-
"id": "
|
|
369
|
+
"id": "emails",
|
|
370
370
|
"pluginAlias": "@mailmodo/cli",
|
|
371
371
|
"pluginName": "@mailmodo/cli",
|
|
372
372
|
"pluginType": "core",
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
"relativePath": [
|
|
377
377
|
"dist",
|
|
378
378
|
"commands",
|
|
379
|
-
"
|
|
379
|
+
"emails",
|
|
380
380
|
"index.js"
|
|
381
381
|
]
|
|
382
382
|
},
|
|
@@ -631,13 +631,14 @@
|
|
|
631
631
|
"index.js"
|
|
632
632
|
]
|
|
633
633
|
},
|
|
634
|
-
"
|
|
634
|
+
"settings": {
|
|
635
635
|
"aliases": [],
|
|
636
636
|
"args": {},
|
|
637
|
-
"description": "View
|
|
637
|
+
"description": "View and update project settings",
|
|
638
638
|
"examples": [
|
|
639
|
-
"<%= config.bin %>
|
|
640
|
-
"<%= config.bin %>
|
|
639
|
+
"<%= config.bin %> settings",
|
|
640
|
+
"<%= config.bin %> settings --set brand_color=#0F3460",
|
|
641
|
+
"<%= config.bin %> settings --json"
|
|
641
642
|
],
|
|
642
643
|
"flags": {
|
|
643
644
|
"json": {
|
|
@@ -652,11 +653,18 @@
|
|
|
652
653
|
"name": "yes",
|
|
653
654
|
"allowNo": false,
|
|
654
655
|
"type": "boolean"
|
|
656
|
+
},
|
|
657
|
+
"set": {
|
|
658
|
+
"description": "Set a setting (format: key=value)",
|
|
659
|
+
"name": "set",
|
|
660
|
+
"hasDynamicHelp": false,
|
|
661
|
+
"multiple": false,
|
|
662
|
+
"type": "option"
|
|
655
663
|
}
|
|
656
664
|
},
|
|
657
665
|
"hasDynamicHelp": false,
|
|
658
666
|
"hiddenAliases": [],
|
|
659
|
-
"id": "
|
|
667
|
+
"id": "settings",
|
|
660
668
|
"pluginAlias": "@mailmodo/cli",
|
|
661
669
|
"pluginName": "@mailmodo/cli",
|
|
662
670
|
"pluginType": "core",
|
|
@@ -666,18 +674,17 @@
|
|
|
666
674
|
"relativePath": [
|
|
667
675
|
"dist",
|
|
668
676
|
"commands",
|
|
669
|
-
"
|
|
677
|
+
"settings",
|
|
670
678
|
"index.js"
|
|
671
679
|
]
|
|
672
680
|
},
|
|
673
|
-
"
|
|
681
|
+
"status": {
|
|
674
682
|
"aliases": [],
|
|
675
683
|
"args": {},
|
|
676
|
-
"description": "View and
|
|
684
|
+
"description": "View email performance metrics and quota usage",
|
|
677
685
|
"examples": [
|
|
678
|
-
"<%= config.bin %>
|
|
679
|
-
"<%= config.bin %>
|
|
680
|
-
"<%= config.bin %> settings --json"
|
|
686
|
+
"<%= config.bin %> status",
|
|
687
|
+
"<%= config.bin %> status --json"
|
|
681
688
|
],
|
|
682
689
|
"flags": {
|
|
683
690
|
"json": {
|
|
@@ -692,18 +699,11 @@
|
|
|
692
699
|
"name": "yes",
|
|
693
700
|
"allowNo": false,
|
|
694
701
|
"type": "boolean"
|
|
695
|
-
},
|
|
696
|
-
"set": {
|
|
697
|
-
"description": "Set a setting (format: key=value)",
|
|
698
|
-
"name": "set",
|
|
699
|
-
"hasDynamicHelp": false,
|
|
700
|
-
"multiple": false,
|
|
701
|
-
"type": "option"
|
|
702
702
|
}
|
|
703
703
|
},
|
|
704
704
|
"hasDynamicHelp": false,
|
|
705
705
|
"hiddenAliases": [],
|
|
706
|
-
"id": "
|
|
706
|
+
"id": "status",
|
|
707
707
|
"pluginAlias": "@mailmodo/cli",
|
|
708
708
|
"pluginName": "@mailmodo/cli",
|
|
709
709
|
"pluginType": "core",
|
|
@@ -713,10 +713,10 @@
|
|
|
713
713
|
"relativePath": [
|
|
714
714
|
"dist",
|
|
715
715
|
"commands",
|
|
716
|
-
"
|
|
716
|
+
"status",
|
|
717
717
|
"index.js"
|
|
718
718
|
]
|
|
719
719
|
}
|
|
720
720
|
},
|
|
721
|
-
"version": "0.0.
|
|
721
|
+
"version": "0.0.52"
|
|
722
722
|
}
|