@mailmodo/cli 0.0.3-beta.pr5.7 → 0.0.3-beta.pr5.8
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
|
@@ -205,13 +205,19 @@
|
|
|
205
205
|
"index.js"
|
|
206
206
|
]
|
|
207
207
|
},
|
|
208
|
-
"
|
|
208
|
+
"edit": {
|
|
209
209
|
"aliases": [],
|
|
210
|
-
"args": {
|
|
211
|
-
|
|
210
|
+
"args": {
|
|
211
|
+
"id": {
|
|
212
|
+
"description": "Email ID to edit",
|
|
213
|
+
"name": "id",
|
|
214
|
+
"required": true
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"description": "Edit an email using AI-assisted natural language changes",
|
|
212
218
|
"examples": [
|
|
213
|
-
"<%= config.bin %>
|
|
214
|
-
"<%= config.bin %>
|
|
219
|
+
"<%= config.bin %> edit welcome",
|
|
220
|
+
"<%= config.bin %> edit welcome --change \"make subject more urgent\" --yes"
|
|
215
221
|
],
|
|
216
222
|
"flags": {
|
|
217
223
|
"json": {
|
|
@@ -226,11 +232,18 @@
|
|
|
226
232
|
"name": "yes",
|
|
227
233
|
"allowNo": false,
|
|
228
234
|
"type": "boolean"
|
|
235
|
+
},
|
|
236
|
+
"change": {
|
|
237
|
+
"description": "Natural language description of the change",
|
|
238
|
+
"name": "change",
|
|
239
|
+
"hasDynamicHelp": false,
|
|
240
|
+
"multiple": false,
|
|
241
|
+
"type": "option"
|
|
229
242
|
}
|
|
230
243
|
},
|
|
231
244
|
"hasDynamicHelp": false,
|
|
232
245
|
"hiddenAliases": [],
|
|
233
|
-
"id": "
|
|
246
|
+
"id": "edit",
|
|
234
247
|
"pluginAlias": "@mailmodo/cli",
|
|
235
248
|
"pluginName": "@mailmodo/cli",
|
|
236
249
|
"pluginType": "core",
|
|
@@ -240,23 +253,17 @@
|
|
|
240
253
|
"relativePath": [
|
|
241
254
|
"dist",
|
|
242
255
|
"commands",
|
|
243
|
-
"
|
|
256
|
+
"edit",
|
|
244
257
|
"index.js"
|
|
245
258
|
]
|
|
246
259
|
},
|
|
247
|
-
"
|
|
260
|
+
"emails": {
|
|
248
261
|
"aliases": [],
|
|
249
|
-
"args": {
|
|
250
|
-
|
|
251
|
-
"description": "Email ID to edit",
|
|
252
|
-
"name": "id",
|
|
253
|
-
"required": true
|
|
254
|
-
}
|
|
255
|
-
},
|
|
256
|
-
"description": "Edit an email using AI-assisted natural language changes",
|
|
262
|
+
"args": {},
|
|
263
|
+
"description": "List and view configured email sequences",
|
|
257
264
|
"examples": [
|
|
258
|
-
"<%= config.bin %>
|
|
259
|
-
"<%= config.bin %>
|
|
265
|
+
"<%= config.bin %> emails",
|
|
266
|
+
"<%= config.bin %> emails --json"
|
|
260
267
|
],
|
|
261
268
|
"flags": {
|
|
262
269
|
"json": {
|
|
@@ -271,18 +278,11 @@
|
|
|
271
278
|
"name": "yes",
|
|
272
279
|
"allowNo": false,
|
|
273
280
|
"type": "boolean"
|
|
274
|
-
},
|
|
275
|
-
"change": {
|
|
276
|
-
"description": "Natural language description of the change",
|
|
277
|
-
"name": "change",
|
|
278
|
-
"hasDynamicHelp": false,
|
|
279
|
-
"multiple": false,
|
|
280
|
-
"type": "option"
|
|
281
281
|
}
|
|
282
282
|
},
|
|
283
283
|
"hasDynamicHelp": false,
|
|
284
284
|
"hiddenAliases": [],
|
|
285
|
-
"id": "
|
|
285
|
+
"id": "emails",
|
|
286
286
|
"pluginAlias": "@mailmodo/cli",
|
|
287
287
|
"pluginName": "@mailmodo/cli",
|
|
288
288
|
"pluginType": "core",
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"relativePath": [
|
|
293
293
|
"dist",
|
|
294
294
|
"commands",
|
|
295
|
-
"
|
|
295
|
+
"emails",
|
|
296
296
|
"index.js"
|
|
297
297
|
]
|
|
298
298
|
},
|
|
@@ -493,13 +493,14 @@
|
|
|
493
493
|
"index.js"
|
|
494
494
|
]
|
|
495
495
|
},
|
|
496
|
-
"
|
|
496
|
+
"settings": {
|
|
497
497
|
"aliases": [],
|
|
498
498
|
"args": {},
|
|
499
|
-
"description": "View
|
|
499
|
+
"description": "View and update project settings",
|
|
500
500
|
"examples": [
|
|
501
|
-
"<%= config.bin %>
|
|
502
|
-
"<%= config.bin %>
|
|
501
|
+
"<%= config.bin %> settings",
|
|
502
|
+
"<%= config.bin %> settings --set brand_color=#0F3460",
|
|
503
|
+
"<%= config.bin %> settings --json"
|
|
503
504
|
],
|
|
504
505
|
"flags": {
|
|
505
506
|
"json": {
|
|
@@ -514,11 +515,18 @@
|
|
|
514
515
|
"name": "yes",
|
|
515
516
|
"allowNo": false,
|
|
516
517
|
"type": "boolean"
|
|
518
|
+
},
|
|
519
|
+
"set": {
|
|
520
|
+
"description": "Set a setting (format: key=value)",
|
|
521
|
+
"name": "set",
|
|
522
|
+
"hasDynamicHelp": false,
|
|
523
|
+
"multiple": false,
|
|
524
|
+
"type": "option"
|
|
517
525
|
}
|
|
518
526
|
},
|
|
519
527
|
"hasDynamicHelp": false,
|
|
520
528
|
"hiddenAliases": [],
|
|
521
|
-
"id": "
|
|
529
|
+
"id": "settings",
|
|
522
530
|
"pluginAlias": "@mailmodo/cli",
|
|
523
531
|
"pluginName": "@mailmodo/cli",
|
|
524
532
|
"pluginType": "core",
|
|
@@ -528,18 +536,17 @@
|
|
|
528
536
|
"relativePath": [
|
|
529
537
|
"dist",
|
|
530
538
|
"commands",
|
|
531
|
-
"
|
|
539
|
+
"settings",
|
|
532
540
|
"index.js"
|
|
533
541
|
]
|
|
534
542
|
},
|
|
535
|
-
"
|
|
543
|
+
"status": {
|
|
536
544
|
"aliases": [],
|
|
537
545
|
"args": {},
|
|
538
|
-
"description": "View and
|
|
546
|
+
"description": "View email performance metrics and quota usage",
|
|
539
547
|
"examples": [
|
|
540
|
-
"<%= config.bin %>
|
|
541
|
-
"<%= config.bin %>
|
|
542
|
-
"<%= config.bin %> settings --json"
|
|
548
|
+
"<%= config.bin %> status",
|
|
549
|
+
"<%= config.bin %> status --json"
|
|
543
550
|
],
|
|
544
551
|
"flags": {
|
|
545
552
|
"json": {
|
|
@@ -554,18 +561,11 @@
|
|
|
554
561
|
"name": "yes",
|
|
555
562
|
"allowNo": false,
|
|
556
563
|
"type": "boolean"
|
|
557
|
-
},
|
|
558
|
-
"set": {
|
|
559
|
-
"description": "Set a setting (format: key=value)",
|
|
560
|
-
"name": "set",
|
|
561
|
-
"hasDynamicHelp": false,
|
|
562
|
-
"multiple": false,
|
|
563
|
-
"type": "option"
|
|
564
564
|
}
|
|
565
565
|
},
|
|
566
566
|
"hasDynamicHelp": false,
|
|
567
567
|
"hiddenAliases": [],
|
|
568
|
-
"id": "
|
|
568
|
+
"id": "status",
|
|
569
569
|
"pluginAlias": "@mailmodo/cli",
|
|
570
570
|
"pluginName": "@mailmodo/cli",
|
|
571
571
|
"pluginType": "core",
|
|
@@ -575,10 +575,10 @@
|
|
|
575
575
|
"relativePath": [
|
|
576
576
|
"dist",
|
|
577
577
|
"commands",
|
|
578
|
-
"
|
|
578
|
+
"status",
|
|
579
579
|
"index.js"
|
|
580
580
|
]
|
|
581
581
|
}
|
|
582
582
|
},
|
|
583
|
-
"version": "0.0.3-beta.pr5.
|
|
583
|
+
"version": "0.0.3-beta.pr5.8"
|
|
584
584
|
}
|
package/package.json
CHANGED