@mailmodo/cli 0.0.12-beta.pr14.20 → 0.0.12-beta.pr14.21

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.
Files changed (2) hide show
  1. package/oclif.manifest.json +50 -50
  2. package/package.json +1 -1
@@ -53,15 +53,13 @@
53
53
  "index.js"
54
54
  ]
55
55
  },
56
- "contacts": {
56
+ "deploy": {
57
57
  "aliases": [],
58
58
  "args": {},
59
- "description": "Manage contacts search, export, or delete",
59
+ "description": "Deploy email sequences and verify sending domain",
60
60
  "examples": [
61
- "<%= config.bin %> contacts",
62
- "<%= config.bin %> contacts --search sarah@example.com",
63
- "<%= config.bin %> contacts --export",
64
- "<%= config.bin %> contacts --delete sarah@example.com"
61
+ "<%= config.bin %> deploy",
62
+ "<%= config.bin %> deploy --yes"
65
63
  ],
66
64
  "flags": {
67
65
  "json": {
@@ -76,31 +74,11 @@
76
74
  "name": "yes",
77
75
  "allowNo": false,
78
76
  "type": "boolean"
79
- },
80
- "delete": {
81
- "description": "GDPR hard delete a contact by email",
82
- "name": "delete",
83
- "hasDynamicHelp": false,
84
- "multiple": false,
85
- "type": "option"
86
- },
87
- "export": {
88
- "description": "Export all contacts as CSV",
89
- "name": "export",
90
- "allowNo": false,
91
- "type": "boolean"
92
- },
93
- "search": {
94
- "description": "Search for a contact by email",
95
- "name": "search",
96
- "hasDynamicHelp": false,
97
- "multiple": false,
98
- "type": "option"
99
77
  }
100
78
  },
101
79
  "hasDynamicHelp": false,
102
80
  "hiddenAliases": [],
103
- "id": "contacts",
81
+ "id": "deploy",
104
82
  "pluginAlias": "@mailmodo/cli",
105
83
  "pluginName": "@mailmodo/cli",
106
84
  "pluginType": "core",
@@ -110,17 +88,18 @@
110
88
  "relativePath": [
111
89
  "dist",
112
90
  "commands",
113
- "contacts",
91
+ "deploy",
114
92
  "index.js"
115
93
  ]
116
94
  },
117
- "deploy": {
95
+ "domain": {
118
96
  "aliases": [],
119
97
  "args": {},
120
- "description": "Deploy email sequences and verify sending domain",
98
+ "description": "Set up and verify your sending domain",
121
99
  "examples": [
122
- "<%= config.bin %> deploy",
123
- "<%= config.bin %> deploy --yes"
100
+ "<%= config.bin %> domain",
101
+ "<%= config.bin %> domain --verify",
102
+ "<%= config.bin %> domain --status"
124
103
  ],
125
104
  "flags": {
126
105
  "json": {
@@ -135,11 +114,23 @@
135
114
  "name": "yes",
136
115
  "allowNo": false,
137
116
  "type": "boolean"
117
+ },
118
+ "status": {
119
+ "description": "Show domain health status",
120
+ "name": "status",
121
+ "allowNo": false,
122
+ "type": "boolean"
123
+ },
124
+ "verify": {
125
+ "description": "Verify DNS records",
126
+ "name": "verify",
127
+ "allowNo": false,
128
+ "type": "boolean"
138
129
  }
139
130
  },
140
131
  "hasDynamicHelp": false,
141
132
  "hiddenAliases": [],
142
- "id": "deploy",
133
+ "id": "domain",
143
134
  "pluginAlias": "@mailmodo/cli",
144
135
  "pluginName": "@mailmodo/cli",
145
136
  "pluginType": "core",
@@ -149,18 +140,19 @@
149
140
  "relativePath": [
150
141
  "dist",
151
142
  "commands",
152
- "deploy",
143
+ "domain",
153
144
  "index.js"
154
145
  ]
155
146
  },
156
- "domain": {
147
+ "contacts": {
157
148
  "aliases": [],
158
149
  "args": {},
159
- "description": "Set up and verify your sending domain",
150
+ "description": "Manage contacts search, export, or delete",
160
151
  "examples": [
161
- "<%= config.bin %> domain",
162
- "<%= config.bin %> domain --verify",
163
- "<%= config.bin %> domain --status"
152
+ "<%= config.bin %> contacts",
153
+ "<%= config.bin %> contacts --search sarah@example.com",
154
+ "<%= config.bin %> contacts --export",
155
+ "<%= config.bin %> contacts --delete sarah@example.com"
164
156
  ],
165
157
  "flags": {
166
158
  "json": {
@@ -176,22 +168,30 @@
176
168
  "allowNo": false,
177
169
  "type": "boolean"
178
170
  },
179
- "status": {
180
- "description": "Show domain health status",
181
- "name": "status",
182
- "allowNo": false,
183
- "type": "boolean"
171
+ "delete": {
172
+ "description": "GDPR hard delete a contact by email",
173
+ "name": "delete",
174
+ "hasDynamicHelp": false,
175
+ "multiple": false,
176
+ "type": "option"
184
177
  },
185
- "verify": {
186
- "description": "Verify DNS records",
187
- "name": "verify",
178
+ "export": {
179
+ "description": "Export all contacts as CSV",
180
+ "name": "export",
188
181
  "allowNo": false,
189
182
  "type": "boolean"
183
+ },
184
+ "search": {
185
+ "description": "Search for a contact by email",
186
+ "name": "search",
187
+ "hasDynamicHelp": false,
188
+ "multiple": false,
189
+ "type": "option"
190
190
  }
191
191
  },
192
192
  "hasDynamicHelp": false,
193
193
  "hiddenAliases": [],
194
- "id": "domain",
194
+ "id": "contacts",
195
195
  "pluginAlias": "@mailmodo/cli",
196
196
  "pluginName": "@mailmodo/cli",
197
197
  "pluginType": "core",
@@ -201,7 +201,7 @@
201
201
  "relativePath": [
202
202
  "dist",
203
203
  "commands",
204
- "domain",
204
+ "contacts",
205
205
  "index.js"
206
206
  ]
207
207
  },
@@ -618,5 +618,5 @@
618
618
  ]
619
619
  }
620
620
  },
621
- "version": "0.0.12-beta.pr14.20"
621
+ "version": "0.0.12-beta.pr14.21"
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.12-beta.pr14.20",
4
+ "version": "0.0.12-beta.pr14.21",
5
5
  "author": "provishalk",
6
6
  "bin": {
7
7
  "mailmodo": "bin/run.js"