@mailmodo/cli 0.0.45 → 0.0.46

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.
@@ -28,7 +28,7 @@ export default class Billing extends BaseCommand {
28
28
  description: 'Open Stripe checkout to add or update a payment method',
29
29
  }),
30
30
  purchase: Flags.integer({
31
- description: 'Manually purchase this many 10,000-email blocks',
31
+ description: 'Manually purchase email blocks',
32
32
  }),
33
33
  status: Flags.boolean({
34
34
  default: false,
@@ -47,7 +47,7 @@
47
47
  "type": "boolean"
48
48
  },
49
49
  "purchase": {
50
- "description": "Manually purchase this many 10,000-email blocks",
50
+ "description": "Manually purchase email blocks",
51
51
  "name": "purchase",
52
52
  "hasDynamicHelp": false,
53
53
  "multiple": false,
@@ -76,13 +76,15 @@
76
76
  "index.js"
77
77
  ]
78
78
  },
79
- "deploy": {
79
+ "contacts": {
80
80
  "aliases": [],
81
81
  "args": {},
82
- "description": "Deploy email sequences and verify sending domain",
82
+ "description": "Manage contacts search, export, or delete",
83
83
  "examples": [
84
- "<%= config.bin %> deploy",
85
- "<%= config.bin %> deploy --yes"
84
+ "<%= config.bin %> contacts",
85
+ "<%= config.bin %> contacts --search sarah@example.com",
86
+ "<%= config.bin %> contacts --export # GDPR CSV → contacts.csv",
87
+ "<%= config.bin %> contacts --delete sarah@example.com"
86
88
  ],
87
89
  "flags": {
88
90
  "json": {
@@ -97,11 +99,31 @@
97
99
  "name": "yes",
98
100
  "allowNo": false,
99
101
  "type": "boolean"
102
+ },
103
+ "delete": {
104
+ "description": "GDPR hard delete a contact by email",
105
+ "name": "delete",
106
+ "hasDynamicHelp": false,
107
+ "multiple": false,
108
+ "type": "option"
109
+ },
110
+ "export": {
111
+ "description": "Export all contacts as GDPR-compliant CSV (writes contacts.csv in the current directory)",
112
+ "name": "export",
113
+ "allowNo": false,
114
+ "type": "boolean"
115
+ },
116
+ "search": {
117
+ "description": "Search for a contact by email",
118
+ "name": "search",
119
+ "hasDynamicHelp": false,
120
+ "multiple": false,
121
+ "type": "option"
100
122
  }
101
123
  },
102
124
  "hasDynamicHelp": false,
103
125
  "hiddenAliases": [],
104
- "id": "deploy",
126
+ "id": "contacts",
105
127
  "pluginAlias": "@mailmodo/cli",
106
128
  "pluginName": "@mailmodo/cli",
107
129
  "pluginType": "core",
@@ -111,19 +133,17 @@
111
133
  "relativePath": [
112
134
  "dist",
113
135
  "commands",
114
- "deploy",
136
+ "contacts",
115
137
  "index.js"
116
138
  ]
117
139
  },
118
- "contacts": {
140
+ "deploy": {
119
141
  "aliases": [],
120
142
  "args": {},
121
- "description": "Manage contacts search, export, or delete",
143
+ "description": "Deploy email sequences and verify sending domain",
122
144
  "examples": [
123
- "<%= config.bin %> contacts",
124
- "<%= config.bin %> contacts --search sarah@example.com",
125
- "<%= config.bin %> contacts --export # GDPR CSV → contacts.csv",
126
- "<%= config.bin %> contacts --delete sarah@example.com"
145
+ "<%= config.bin %> deploy",
146
+ "<%= config.bin %> deploy --yes"
127
147
  ],
128
148
  "flags": {
129
149
  "json": {
@@ -138,31 +158,11 @@
138
158
  "name": "yes",
139
159
  "allowNo": false,
140
160
  "type": "boolean"
141
- },
142
- "delete": {
143
- "description": "GDPR hard delete a contact by email",
144
- "name": "delete",
145
- "hasDynamicHelp": false,
146
- "multiple": false,
147
- "type": "option"
148
- },
149
- "export": {
150
- "description": "Export all contacts as GDPR-compliant CSV (writes contacts.csv in the current directory)",
151
- "name": "export",
152
- "allowNo": false,
153
- "type": "boolean"
154
- },
155
- "search": {
156
- "description": "Search for a contact by email",
157
- "name": "search",
158
- "hasDynamicHelp": false,
159
- "multiple": false,
160
- "type": "option"
161
161
  }
162
162
  },
163
163
  "hasDynamicHelp": false,
164
164
  "hiddenAliases": [],
165
- "id": "contacts",
165
+ "id": "deploy",
166
166
  "pluginAlias": "@mailmodo/cli",
167
167
  "pluginName": "@mailmodo/cli",
168
168
  "pluginType": "core",
@@ -172,7 +172,7 @@
172
172
  "relativePath": [
173
173
  "dist",
174
174
  "commands",
175
- "contacts",
175
+ "deploy",
176
176
  "index.js"
177
177
  ]
178
178
  },
@@ -228,19 +228,13 @@
228
228
  "index.js"
229
229
  ]
230
230
  },
231
- "edit": {
231
+ "emails": {
232
232
  "aliases": [],
233
- "args": {
234
- "id": {
235
- "description": "Email template ID to edit",
236
- "name": "id",
237
- "required": true
238
- }
239
- },
240
- "description": "Edit an email using AI-assisted natural language changes",
233
+ "args": {},
234
+ "description": "List and view configured email sequences",
241
235
  "examples": [
242
- "<%= config.bin %> edit welcome",
243
- "<%= config.bin %> edit welcome --change \"make subject more urgent\" --yes"
236
+ "<%= config.bin %> emails",
237
+ "<%= config.bin %> emails --json"
244
238
  ],
245
239
  "flags": {
246
240
  "json": {
@@ -255,18 +249,11 @@
255
249
  "name": "yes",
256
250
  "allowNo": false,
257
251
  "type": "boolean"
258
- },
259
- "change": {
260
- "description": "Natural language description of the change",
261
- "name": "change",
262
- "hasDynamicHelp": false,
263
- "multiple": false,
264
- "type": "option"
265
252
  }
266
253
  },
267
254
  "hasDynamicHelp": false,
268
255
  "hiddenAliases": [],
269
- "id": "edit",
256
+ "id": "emails",
270
257
  "pluginAlias": "@mailmodo/cli",
271
258
  "pluginName": "@mailmodo/cli",
272
259
  "pluginType": "core",
@@ -276,17 +263,23 @@
276
263
  "relativePath": [
277
264
  "dist",
278
265
  "commands",
279
- "edit",
266
+ "emails",
280
267
  "index.js"
281
268
  ]
282
269
  },
283
- "emails": {
270
+ "edit": {
284
271
  "aliases": [],
285
- "args": {},
286
- "description": "List and view configured email sequences",
272
+ "args": {
273
+ "id": {
274
+ "description": "Email template ID to edit",
275
+ "name": "id",
276
+ "required": true
277
+ }
278
+ },
279
+ "description": "Edit an email using AI-assisted natural language changes",
287
280
  "examples": [
288
- "<%= config.bin %> emails",
289
- "<%= config.bin %> emails --json"
281
+ "<%= config.bin %> edit welcome",
282
+ "<%= config.bin %> edit welcome --change \"make subject more urgent\" --yes"
290
283
  ],
291
284
  "flags": {
292
285
  "json": {
@@ -301,11 +294,18 @@
301
294
  "name": "yes",
302
295
  "allowNo": false,
303
296
  "type": "boolean"
297
+ },
298
+ "change": {
299
+ "description": "Natural language description of the change",
300
+ "name": "change",
301
+ "hasDynamicHelp": false,
302
+ "multiple": false,
303
+ "type": "option"
304
304
  }
305
305
  },
306
306
  "hasDynamicHelp": false,
307
307
  "hiddenAliases": [],
308
- "id": "emails",
308
+ "id": "edit",
309
309
  "pluginAlias": "@mailmodo/cli",
310
310
  "pluginName": "@mailmodo/cli",
311
311
  "pluginType": "core",
@@ -315,7 +315,7 @@
315
315
  "relativePath": [
316
316
  "dist",
317
317
  "commands",
318
- "emails",
318
+ "edit",
319
319
  "index.js"
320
320
  ]
321
321
  },
@@ -657,5 +657,5 @@
657
657
  ]
658
658
  }
659
659
  },
660
- "version": "0.0.45"
660
+ "version": "0.0.46"
661
661
  }
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.45",
4
+ "version": "0.0.46",
5
5
  "author": "provishalk",
6
6
  "bin": {
7
7
  "mailmodo": "bin/run.js"