@mailmodo/cli 0.0.30 → 0.0.31-beta.pr33.55

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.
@@ -365,6 +365,45 @@
365
365
  "index.js"
366
366
  ]
367
367
  },
368
+ "login": {
369
+ "aliases": [],
370
+ "args": {},
371
+ "description": "Authenticate with Mailmodo using your API key",
372
+ "examples": [
373
+ "<%= config.bin %> login",
374
+ "MAILMODO_API_KEY=mm_live_xxx <%= config.bin %> login"
375
+ ],
376
+ "flags": {
377
+ "json": {
378
+ "description": "Output as JSON",
379
+ "name": "json",
380
+ "allowNo": false,
381
+ "type": "boolean"
382
+ },
383
+ "yes": {
384
+ "char": "y",
385
+ "description": "Skip confirmation prompts",
386
+ "name": "yes",
387
+ "allowNo": false,
388
+ "type": "boolean"
389
+ }
390
+ },
391
+ "hasDynamicHelp": false,
392
+ "hiddenAliases": [],
393
+ "id": "login",
394
+ "pluginAlias": "@mailmodo/cli",
395
+ "pluginName": "@mailmodo/cli",
396
+ "pluginType": "core",
397
+ "strict": true,
398
+ "enableJsonFlag": false,
399
+ "isESM": true,
400
+ "relativePath": [
401
+ "dist",
402
+ "commands",
403
+ "login",
404
+ "index.js"
405
+ ]
406
+ },
368
407
  "logout": {
369
408
  "aliases": [],
370
409
  "args": {},
@@ -616,46 +655,7 @@
616
655
  "status",
617
656
  "index.js"
618
657
  ]
619
- },
620
- "login": {
621
- "aliases": [],
622
- "args": {},
623
- "description": "Authenticate with Mailmodo using your API key",
624
- "examples": [
625
- "<%= config.bin %> login",
626
- "MAILMODO_API_KEY=mm_live_xxx <%= config.bin %> login"
627
- ],
628
- "flags": {
629
- "json": {
630
- "description": "Output as JSON",
631
- "name": "json",
632
- "allowNo": false,
633
- "type": "boolean"
634
- },
635
- "yes": {
636
- "char": "y",
637
- "description": "Skip confirmation prompts",
638
- "name": "yes",
639
- "allowNo": false,
640
- "type": "boolean"
641
- }
642
- },
643
- "hasDynamicHelp": false,
644
- "hiddenAliases": [],
645
- "id": "login",
646
- "pluginAlias": "@mailmodo/cli",
647
- "pluginName": "@mailmodo/cli",
648
- "pluginType": "core",
649
- "strict": true,
650
- "enableJsonFlag": false,
651
- "isESM": true,
652
- "relativePath": [
653
- "dist",
654
- "commands",
655
- "login",
656
- "index.js"
657
- ]
658
658
  }
659
659
  },
660
- "version": "0.0.30"
660
+ "version": "0.0.31-beta.pr33.55"
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.30",
4
+ "version": "0.0.31-beta.pr33.55",
5
5
  "author": "provishalk",
6
6
  "bin": {
7
7
  "mailmodo": "bin/run.js"