@mailmodo/cli 0.0.20-beta.pr22.36 → 0.0.20-beta.pr22.37
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 +39 -39
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -381,6 +381,44 @@
|
|
|
381
381
|
"index.js"
|
|
382
382
|
]
|
|
383
383
|
},
|
|
384
|
+
"logout": {
|
|
385
|
+
"aliases": [],
|
|
386
|
+
"args": {},
|
|
387
|
+
"description": "Sign out by removing saved credentials from this machine",
|
|
388
|
+
"examples": [
|
|
389
|
+
"<%= config.bin %> logout"
|
|
390
|
+
],
|
|
391
|
+
"flags": {
|
|
392
|
+
"json": {
|
|
393
|
+
"description": "Output as JSON",
|
|
394
|
+
"name": "json",
|
|
395
|
+
"allowNo": false,
|
|
396
|
+
"type": "boolean"
|
|
397
|
+
},
|
|
398
|
+
"yes": {
|
|
399
|
+
"char": "y",
|
|
400
|
+
"description": "Skip confirmation prompts",
|
|
401
|
+
"name": "yes",
|
|
402
|
+
"allowNo": false,
|
|
403
|
+
"type": "boolean"
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
"hasDynamicHelp": false,
|
|
407
|
+
"hiddenAliases": [],
|
|
408
|
+
"id": "logout",
|
|
409
|
+
"pluginAlias": "@mailmodo/cli",
|
|
410
|
+
"pluginName": "@mailmodo/cli",
|
|
411
|
+
"pluginType": "core",
|
|
412
|
+
"strict": true,
|
|
413
|
+
"enableJsonFlag": false,
|
|
414
|
+
"isESM": true,
|
|
415
|
+
"relativePath": [
|
|
416
|
+
"dist",
|
|
417
|
+
"commands",
|
|
418
|
+
"logout",
|
|
419
|
+
"index.js"
|
|
420
|
+
]
|
|
421
|
+
},
|
|
384
422
|
"logs": {
|
|
385
423
|
"aliases": [],
|
|
386
424
|
"args": {},
|
|
@@ -540,44 +578,6 @@
|
|
|
540
578
|
"index.js"
|
|
541
579
|
]
|
|
542
580
|
},
|
|
543
|
-
"logout": {
|
|
544
|
-
"aliases": [],
|
|
545
|
-
"args": {},
|
|
546
|
-
"description": "Sign out by removing saved credentials from this machine",
|
|
547
|
-
"examples": [
|
|
548
|
-
"<%= config.bin %> logout"
|
|
549
|
-
],
|
|
550
|
-
"flags": {
|
|
551
|
-
"json": {
|
|
552
|
-
"description": "Output as JSON",
|
|
553
|
-
"name": "json",
|
|
554
|
-
"allowNo": false,
|
|
555
|
-
"type": "boolean"
|
|
556
|
-
},
|
|
557
|
-
"yes": {
|
|
558
|
-
"char": "y",
|
|
559
|
-
"description": "Skip confirmation prompts",
|
|
560
|
-
"name": "yes",
|
|
561
|
-
"allowNo": false,
|
|
562
|
-
"type": "boolean"
|
|
563
|
-
}
|
|
564
|
-
},
|
|
565
|
-
"hasDynamicHelp": false,
|
|
566
|
-
"hiddenAliases": [],
|
|
567
|
-
"id": "logout",
|
|
568
|
-
"pluginAlias": "@mailmodo/cli",
|
|
569
|
-
"pluginName": "@mailmodo/cli",
|
|
570
|
-
"pluginType": "core",
|
|
571
|
-
"strict": true,
|
|
572
|
-
"enableJsonFlag": false,
|
|
573
|
-
"isESM": true,
|
|
574
|
-
"relativePath": [
|
|
575
|
-
"dist",
|
|
576
|
-
"commands",
|
|
577
|
-
"logout",
|
|
578
|
-
"index.js"
|
|
579
|
-
]
|
|
580
|
-
},
|
|
581
581
|
"status": {
|
|
582
582
|
"aliases": [],
|
|
583
583
|
"args": {},
|
|
@@ -618,5 +618,5 @@
|
|
|
618
618
|
]
|
|
619
619
|
}
|
|
620
620
|
},
|
|
621
|
-
"version": "0.0.20-beta.pr22.
|
|
621
|
+
"version": "0.0.20-beta.pr22.37"
|
|
622
622
|
}
|
package/package.json
CHANGED