@mailmodo/cli 0.0.45-beta.pr47.73 → 0.0.45

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 email blocks',
31
+ description: 'Manually purchase this many 10,000-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 email blocks",
50
+ "description": "Manually purchase this many 10,000-email blocks",
51
51
  "name": "purchase",
52
52
  "hasDynamicHelp": false,
53
53
  "multiple": false,
@@ -76,15 +76,13 @@
76
76
  "index.js"
77
77
  ]
78
78
  },
79
- "contacts": {
79
+ "deploy": {
80
80
  "aliases": [],
81
81
  "args": {},
82
- "description": "Manage contacts search, export, or delete",
82
+ "description": "Deploy email sequences and verify sending domain",
83
83
  "examples": [
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"
84
+ "<%= config.bin %> deploy",
85
+ "<%= config.bin %> deploy --yes"
88
86
  ],
89
87
  "flags": {
90
88
  "json": {
@@ -99,31 +97,11 @@
99
97
  "name": "yes",
100
98
  "allowNo": false,
101
99
  "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"
122
100
  }
123
101
  },
124
102
  "hasDynamicHelp": false,
125
103
  "hiddenAliases": [],
126
- "id": "contacts",
104
+ "id": "deploy",
127
105
  "pluginAlias": "@mailmodo/cli",
128
106
  "pluginName": "@mailmodo/cli",
129
107
  "pluginType": "core",
@@ -133,17 +111,19 @@
133
111
  "relativePath": [
134
112
  "dist",
135
113
  "commands",
136
- "contacts",
114
+ "deploy",
137
115
  "index.js"
138
116
  ]
139
117
  },
140
- "deploy": {
118
+ "contacts": {
141
119
  "aliases": [],
142
120
  "args": {},
143
- "description": "Deploy email sequences and verify sending domain",
121
+ "description": "Manage contacts search, export, or delete",
144
122
  "examples": [
145
- "<%= config.bin %> deploy",
146
- "<%= config.bin %> deploy --yes"
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"
147
127
  ],
148
128
  "flags": {
149
129
  "json": {
@@ -158,11 +138,31 @@
158
138
  "name": "yes",
159
139
  "allowNo": false,
160
140
  "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": "deploy",
165
+ "id": "contacts",
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
- "deploy",
175
+ "contacts",
176
176
  "index.js"
177
177
  ]
178
178
  },
@@ -657,5 +657,5 @@
657
657
  ]
658
658
  }
659
659
  },
660
- "version": "0.0.45-beta.pr47.73"
660
+ "version": "0.0.45"
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-beta.pr47.73",
4
+ "version": "0.0.45",
5
5
  "author": "provishalk",
6
6
  "bin": {
7
7
  "mailmodo": "bin/run.js"