@mailmodo/cli 0.0.17 → 0.0.18
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 +40 -40
- package/package.json +3 -1
package/oclif.manifest.json
CHANGED
|
@@ -257,45 +257,6 @@
|
|
|
257
257
|
"index.js"
|
|
258
258
|
]
|
|
259
259
|
},
|
|
260
|
-
"emails": {
|
|
261
|
-
"aliases": [],
|
|
262
|
-
"args": {},
|
|
263
|
-
"description": "List and view configured email sequences",
|
|
264
|
-
"examples": [
|
|
265
|
-
"<%= config.bin %> emails",
|
|
266
|
-
"<%= config.bin %> emails --json"
|
|
267
|
-
],
|
|
268
|
-
"flags": {
|
|
269
|
-
"json": {
|
|
270
|
-
"description": "Output as JSON",
|
|
271
|
-
"name": "json",
|
|
272
|
-
"allowNo": false,
|
|
273
|
-
"type": "boolean"
|
|
274
|
-
},
|
|
275
|
-
"yes": {
|
|
276
|
-
"char": "y",
|
|
277
|
-
"description": "Skip confirmation prompts",
|
|
278
|
-
"name": "yes",
|
|
279
|
-
"allowNo": false,
|
|
280
|
-
"type": "boolean"
|
|
281
|
-
}
|
|
282
|
-
},
|
|
283
|
-
"hasDynamicHelp": false,
|
|
284
|
-
"hiddenAliases": [],
|
|
285
|
-
"id": "emails",
|
|
286
|
-
"pluginAlias": "@mailmodo/cli",
|
|
287
|
-
"pluginName": "@mailmodo/cli",
|
|
288
|
-
"pluginType": "core",
|
|
289
|
-
"strict": true,
|
|
290
|
-
"enableJsonFlag": false,
|
|
291
|
-
"isESM": true,
|
|
292
|
-
"relativePath": [
|
|
293
|
-
"dist",
|
|
294
|
-
"commands",
|
|
295
|
-
"emails",
|
|
296
|
-
"index.js"
|
|
297
|
-
]
|
|
298
|
-
},
|
|
299
260
|
"init": {
|
|
300
261
|
"aliases": [],
|
|
301
262
|
"args": {},
|
|
@@ -616,7 +577,46 @@
|
|
|
616
577
|
"status",
|
|
617
578
|
"index.js"
|
|
618
579
|
]
|
|
580
|
+
},
|
|
581
|
+
"emails": {
|
|
582
|
+
"aliases": [],
|
|
583
|
+
"args": {},
|
|
584
|
+
"description": "List and view configured email sequences",
|
|
585
|
+
"examples": [
|
|
586
|
+
"<%= config.bin %> emails",
|
|
587
|
+
"<%= config.bin %> emails --json"
|
|
588
|
+
],
|
|
589
|
+
"flags": {
|
|
590
|
+
"json": {
|
|
591
|
+
"description": "Output as JSON",
|
|
592
|
+
"name": "json",
|
|
593
|
+
"allowNo": false,
|
|
594
|
+
"type": "boolean"
|
|
595
|
+
},
|
|
596
|
+
"yes": {
|
|
597
|
+
"char": "y",
|
|
598
|
+
"description": "Skip confirmation prompts",
|
|
599
|
+
"name": "yes",
|
|
600
|
+
"allowNo": false,
|
|
601
|
+
"type": "boolean"
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
"hasDynamicHelp": false,
|
|
605
|
+
"hiddenAliases": [],
|
|
606
|
+
"id": "emails",
|
|
607
|
+
"pluginAlias": "@mailmodo/cli",
|
|
608
|
+
"pluginName": "@mailmodo/cli",
|
|
609
|
+
"pluginType": "core",
|
|
610
|
+
"strict": true,
|
|
611
|
+
"enableJsonFlag": false,
|
|
612
|
+
"isESM": true,
|
|
613
|
+
"relativePath": [
|
|
614
|
+
"dist",
|
|
615
|
+
"commands",
|
|
616
|
+
"emails",
|
|
617
|
+
"index.js"
|
|
618
|
+
]
|
|
619
619
|
}
|
|
620
620
|
},
|
|
621
|
-
"version": "0.0.
|
|
621
|
+
"version": "0.0.18"
|
|
622
622
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mailmodo/cli",
|
|
3
3
|
"description": "Email lifecycle automation for the AI-native builder generation.",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.18",
|
|
5
5
|
"author": "provishalk",
|
|
6
6
|
"bin": {
|
|
7
7
|
"mailmodo": "bin/run.js"
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"@inquirer/prompts": "^8.3.2",
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
13
|
"@oclif/plugin-help": "^6",
|
|
14
|
+
"@oclif/plugin-not-found": "^3",
|
|
14
15
|
"@oclif/plugin-plugins": "^5",
|
|
15
16
|
"chalk": "^5.6.2",
|
|
16
17
|
"js-yaml": "^4.1.1",
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
"commands": "./dist/commands",
|
|
62
63
|
"plugins": [
|
|
63
64
|
"@oclif/plugin-help",
|
|
65
|
+
"@oclif/plugin-not-found",
|
|
64
66
|
"@oclif/plugin-plugins"
|
|
65
67
|
],
|
|
66
68
|
"topicSeparator": " "
|