@trust-ethos/cli 0.0.5 → 0.0.7

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.
@@ -300,10 +300,10 @@
300
300
  "list.js"
301
301
  ]
302
302
  },
303
- "market:featured": {
303
+ "config:get": {
304
304
  "aliases": [],
305
305
  "args": {},
306
- "description": "Show top gainers and losers",
306
+ "description": "Show current configuration",
307
307
  "examples": [
308
308
  "<%= config.bin %> <%= command.id %>",
309
309
  "<%= config.bin %> <%= command.id %> --json"
@@ -315,18 +315,11 @@
315
315
  "name": "json",
316
316
  "allowNo": false,
317
317
  "type": "boolean"
318
- },
319
- "verbose": {
320
- "char": "v",
321
- "description": "Show detailed error information",
322
- "name": "verbose",
323
- "allowNo": false,
324
- "type": "boolean"
325
318
  }
326
319
  },
327
320
  "hasDynamicHelp": false,
328
321
  "hiddenAliases": [],
329
- "id": "market:featured",
322
+ "id": "config:get",
330
323
  "pluginAlias": "@trust-ethos/cli",
331
324
  "pluginName": "@trust-ethos/cli",
332
325
  "pluginType": "core",
@@ -336,53 +329,52 @@
336
329
  "relativePath": [
337
330
  "dist",
338
331
  "commands",
339
- "market",
340
- "featured.js"
332
+ "config",
333
+ "get.js"
341
334
  ]
342
335
  },
343
- "market:holders": {
336
+ "config:path": {
337
+ "aliases": [],
338
+ "args": {},
339
+ "description": "Show config file path",
340
+ "examples": [
341
+ "<%= config.bin %> <%= command.id %>"
342
+ ],
343
+ "flags": {},
344
+ "hasDynamicHelp": false,
345
+ "hiddenAliases": [],
346
+ "id": "config:path",
347
+ "pluginAlias": "@trust-ethos/cli",
348
+ "pluginName": "@trust-ethos/cli",
349
+ "pluginType": "core",
350
+ "strict": true,
351
+ "enableJsonFlag": false,
352
+ "isESM": true,
353
+ "relativePath": [
354
+ "dist",
355
+ "commands",
356
+ "config",
357
+ "path.js"
358
+ ]
359
+ },
360
+ "config:set": {
344
361
  "aliases": [],
345
362
  "args": {
346
- "identifier": {
347
- "description": "Twitter username, ETH address, or ENS name",
348
- "name": "identifier",
363
+ "value": {
364
+ "description": "Configuration in format: apiUrl=<url>",
365
+ "name": "value",
349
366
  "required": true
350
367
  }
351
368
  },
352
- "description": "Show who holds trust/distrust in a user",
369
+ "description": "Set configuration value",
353
370
  "examples": [
354
- "<%= config.bin %> <%= command.id %> sethgho",
355
- "<%= config.bin %> <%= command.id %> 0xNowater --limit 20",
356
- "<%= config.bin %> <%= command.id %> vitalik.eth --json"
371
+ "<%= config.bin %> <%= command.id %> apiUrl=https://api.ethos.network",
372
+ "<%= config.bin %> <%= command.id %> apiUrl=https://api.dev.ethos.network"
357
373
  ],
358
- "flags": {
359
- "json": {
360
- "char": "j",
361
- "description": "Output as JSON",
362
- "name": "json",
363
- "allowNo": false,
364
- "type": "boolean"
365
- },
366
- "verbose": {
367
- "char": "v",
368
- "description": "Show detailed error information",
369
- "name": "verbose",
370
- "allowNo": false,
371
- "type": "boolean"
372
- },
373
- "limit": {
374
- "char": "l",
375
- "description": "Max results",
376
- "name": "limit",
377
- "default": 10,
378
- "hasDynamicHelp": false,
379
- "multiple": false,
380
- "type": "option"
381
- }
382
- },
374
+ "flags": {},
383
375
  "hasDynamicHelp": false,
384
376
  "hiddenAliases": [],
385
- "id": "market:holders",
377
+ "id": "config:set",
386
378
  "pluginAlias": "@trust-ethos/cli",
387
379
  "pluginName": "@trust-ethos/cli",
388
380
  "pluginType": "core",
@@ -392,26 +384,24 @@
392
384
  "relativePath": [
393
385
  "dist",
394
386
  "commands",
395
- "market",
396
- "holders.js"
387
+ "config",
388
+ "set.js"
397
389
  ]
398
390
  },
399
- "market:info": {
400
- "aliases": [
401
- "mi"
402
- ],
391
+ "listing:info": {
392
+ "aliases": [],
403
393
  "args": {
404
394
  "identifier": {
405
- "description": "Profile ID or Twitter username",
395
+ "description": "Project ID or username",
406
396
  "name": "identifier",
407
397
  "required": true
408
398
  }
409
399
  },
410
- "description": "Get trust market info for a user",
400
+ "description": "Get details of a specific listing/project",
411
401
  "examples": [
412
402
  "<%= config.bin %> <%= command.id %> 123",
413
- "<%= config.bin %> <%= command.id %> vitalik",
414
- "<%= config.bin %> <%= command.id %> vitalik --json"
403
+ "<%= config.bin %> <%= command.id %> uniswap",
404
+ "<%= config.bin %> <%= command.id %> uniswap --json"
415
405
  ],
416
406
  "flags": {
417
407
  "json": {
@@ -431,7 +421,7 @@
431
421
  },
432
422
  "hasDynamicHelp": false,
433
423
  "hiddenAliases": [],
434
- "id": "market:info",
424
+ "id": "listing:info",
435
425
  "pluginAlias": "@trust-ethos/cli",
436
426
  "pluginName": "@trust-ethos/cli",
437
427
  "pluginType": "core",
@@ -441,20 +431,18 @@
441
431
  "relativePath": [
442
432
  "dist",
443
433
  "commands",
444
- "market",
434
+ "listing",
445
435
  "info.js"
446
436
  ]
447
437
  },
448
- "market:list": {
449
- "aliases": [
450
- "ml"
451
- ],
438
+ "listing:list": {
439
+ "aliases": [],
452
440
  "args": {},
453
- "description": "List trust markets",
441
+ "description": "List projects on Ethos Listings",
454
442
  "examples": [
455
443
  "<%= config.bin %> <%= command.id %>",
456
- "<%= config.bin %> <%= command.id %> --sort priceChange24hPercent --order desc",
457
- "<%= config.bin %> <%= command.id %> --search \"vitalik\" --json"
444
+ "<%= config.bin %> <%= command.id %> --status active",
445
+ "<%= config.bin %> <%= command.id %> --limit 20 --json"
458
446
  ],
459
447
  "flags": {
460
448
  "json": {
@@ -471,41 +459,19 @@
471
459
  "allowNo": false,
472
460
  "type": "boolean"
473
461
  },
474
- "sort": {
475
- "description": "Sort by field",
476
- "name": "sort",
477
- "default": "marketCapWei",
478
- "hasDynamicHelp": false,
479
- "multiple": false,
480
- "options": [
481
- "marketCapWei",
482
- "volume24hWei",
483
- "priceChange24hPercent",
484
- "score",
485
- "createdAt"
486
- ],
487
- "type": "option"
488
- },
489
- "order": {
490
- "description": "Sort direction",
491
- "name": "order",
492
- "default": "desc",
462
+ "status": {
463
+ "description": "Filter by status",
464
+ "name": "status",
465
+ "default": "active",
493
466
  "hasDynamicHelp": false,
494
467
  "multiple": false,
495
468
  "options": [
496
- "asc",
497
- "desc"
469
+ "active",
470
+ "pending",
471
+ "archived"
498
472
  ],
499
473
  "type": "option"
500
474
  },
501
- "search": {
502
- "char": "s",
503
- "description": "Search by name/username",
504
- "name": "search",
505
- "hasDynamicHelp": false,
506
- "multiple": false,
507
- "type": "option"
508
- },
509
475
  "limit": {
510
476
  "char": "l",
511
477
  "description": "Max results per request",
@@ -527,7 +493,7 @@
527
493
  },
528
494
  "hasDynamicHelp": false,
529
495
  "hiddenAliases": [],
530
- "id": "market:list",
496
+ "id": "listing:list",
531
497
  "pluginAlias": "@trust-ethos/cli",
532
498
  "pluginName": "@trust-ethos/cli",
533
499
  "pluginType": "core",
@@ -537,17 +503,24 @@
537
503
  "relativePath": [
538
504
  "dist",
539
505
  "commands",
540
- "market",
506
+ "listing",
541
507
  "list.js"
542
508
  ]
543
509
  },
544
- "config:get": {
510
+ "listing:voters": {
545
511
  "aliases": [],
546
- "args": {},
547
- "description": "Show current configuration",
512
+ "args": {
513
+ "projectId": {
514
+ "description": "Project ID",
515
+ "name": "projectId",
516
+ "required": true
517
+ }
518
+ },
519
+ "description": "Show voters for a listing/project",
548
520
  "examples": [
549
- "<%= config.bin %> <%= command.id %>",
550
- "<%= config.bin %> <%= command.id %> --json"
521
+ "<%= config.bin %> <%= command.id %> 123",
522
+ "<%= config.bin %> <%= command.id %> 123 --sentiment bullish",
523
+ "<%= config.bin %> <%= command.id %> 123 --limit 20 --json"
551
524
  ],
552
525
  "flags": {
553
526
  "json": {
@@ -556,11 +529,47 @@
556
529
  "name": "json",
557
530
  "allowNo": false,
558
531
  "type": "boolean"
532
+ },
533
+ "verbose": {
534
+ "char": "v",
535
+ "description": "Show detailed error information",
536
+ "name": "verbose",
537
+ "allowNo": false,
538
+ "type": "boolean"
539
+ },
540
+ "sentiment": {
541
+ "description": "Filter by sentiment",
542
+ "name": "sentiment",
543
+ "hasDynamicHelp": false,
544
+ "multiple": false,
545
+ "options": [
546
+ "bullish",
547
+ "bearish"
548
+ ],
549
+ "type": "option"
550
+ },
551
+ "limit": {
552
+ "char": "l",
553
+ "description": "Max results per request",
554
+ "name": "limit",
555
+ "default": 10,
556
+ "hasDynamicHelp": false,
557
+ "multiple": false,
558
+ "type": "option"
559
+ },
560
+ "offset": {
561
+ "char": "o",
562
+ "description": "Number of results to skip",
563
+ "name": "offset",
564
+ "default": 0,
565
+ "hasDynamicHelp": false,
566
+ "multiple": false,
567
+ "type": "option"
559
568
  }
560
569
  },
561
570
  "hasDynamicHelp": false,
562
571
  "hiddenAliases": [],
563
- "id": "config:get",
572
+ "id": "listing:voters",
564
573
  "pluginAlias": "@trust-ethos/cli",
565
574
  "pluginName": "@trust-ethos/cli",
566
575
  "pluginType": "core",
@@ -570,79 +579,17 @@
570
579
  "relativePath": [
571
580
  "dist",
572
581
  "commands",
573
- "config",
574
- "get.js"
582
+ "listing",
583
+ "voters.js"
575
584
  ]
576
585
  },
577
- "config:path": {
586
+ "market:featured": {
578
587
  "aliases": [],
579
588
  "args": {},
580
- "description": "Show config file path",
581
- "examples": [
582
- "<%= config.bin %> <%= command.id %>"
583
- ],
584
- "flags": {},
585
- "hasDynamicHelp": false,
586
- "hiddenAliases": [],
587
- "id": "config:path",
588
- "pluginAlias": "@trust-ethos/cli",
589
- "pluginName": "@trust-ethos/cli",
590
- "pluginType": "core",
591
- "strict": true,
592
- "enableJsonFlag": false,
593
- "isESM": true,
594
- "relativePath": [
595
- "dist",
596
- "commands",
597
- "config",
598
- "path.js"
599
- ]
600
- },
601
- "config:set": {
602
- "aliases": [],
603
- "args": {
604
- "value": {
605
- "description": "Configuration in format: apiUrl=<url>",
606
- "name": "value",
607
- "required": true
608
- }
609
- },
610
- "description": "Set configuration value",
611
- "examples": [
612
- "<%= config.bin %> <%= command.id %> apiUrl=https://api.ethos.network",
613
- "<%= config.bin %> <%= command.id %> apiUrl=https://api.dev.ethos.network"
614
- ],
615
- "flags": {},
616
- "hasDynamicHelp": false,
617
- "hiddenAliases": [],
618
- "id": "config:set",
619
- "pluginAlias": "@trust-ethos/cli",
620
- "pluginName": "@trust-ethos/cli",
621
- "pluginType": "core",
622
- "strict": true,
623
- "enableJsonFlag": false,
624
- "isESM": true,
625
- "relativePath": [
626
- "dist",
627
- "commands",
628
- "config",
629
- "set.js"
630
- ]
631
- },
632
- "listing:info": {
633
- "aliases": [],
634
- "args": {
635
- "identifier": {
636
- "description": "Project ID or username",
637
- "name": "identifier",
638
- "required": true
639
- }
640
- },
641
- "description": "Get details of a specific listing/project",
589
+ "description": "Show top gainers and losers",
642
590
  "examples": [
643
- "<%= config.bin %> <%= command.id %> 123",
644
- "<%= config.bin %> <%= command.id %> uniswap",
645
- "<%= config.bin %> <%= command.id %> uniswap --json"
591
+ "<%= config.bin %> <%= command.id %>",
592
+ "<%= config.bin %> <%= command.id %> --json"
646
593
  ],
647
594
  "flags": {
648
595
  "json": {
@@ -662,7 +609,7 @@
662
609
  },
663
610
  "hasDynamicHelp": false,
664
611
  "hiddenAliases": [],
665
- "id": "listing:info",
612
+ "id": "market:featured",
666
613
  "pluginAlias": "@trust-ethos/cli",
667
614
  "pluginName": "@trust-ethos/cli",
668
615
  "pluginType": "core",
@@ -672,18 +619,24 @@
672
619
  "relativePath": [
673
620
  "dist",
674
621
  "commands",
675
- "listing",
676
- "info.js"
622
+ "market",
623
+ "featured.js"
677
624
  ]
678
625
  },
679
- "listing:list": {
626
+ "market:holders": {
680
627
  "aliases": [],
681
- "args": {},
682
- "description": "List projects on Ethos Listings",
628
+ "args": {
629
+ "identifier": {
630
+ "description": "Twitter username, ETH address, or ENS name",
631
+ "name": "identifier",
632
+ "required": true
633
+ }
634
+ },
635
+ "description": "Show who holds trust/distrust in a user",
683
636
  "examples": [
684
- "<%= config.bin %> <%= command.id %>",
685
- "<%= config.bin %> <%= command.id %> --status active",
686
- "<%= config.bin %> <%= command.id %> --limit 20 --json"
637
+ "<%= config.bin %> <%= command.id %> sethgho",
638
+ "<%= config.bin %> <%= command.id %> 0xNowater --limit 20",
639
+ "<%= config.bin %> <%= command.id %> vitalik.eth --json"
687
640
  ],
688
641
  "flags": {
689
642
  "json": {
@@ -700,41 +653,19 @@
700
653
  "allowNo": false,
701
654
  "type": "boolean"
702
655
  },
703
- "status": {
704
- "description": "Filter by status",
705
- "name": "status",
706
- "default": "active",
707
- "hasDynamicHelp": false,
708
- "multiple": false,
709
- "options": [
710
- "active",
711
- "pending",
712
- "archived"
713
- ],
714
- "type": "option"
715
- },
716
656
  "limit": {
717
657
  "char": "l",
718
- "description": "Max results per request",
658
+ "description": "Max results",
719
659
  "name": "limit",
720
660
  "default": 10,
721
661
  "hasDynamicHelp": false,
722
662
  "multiple": false,
723
663
  "type": "option"
724
- },
725
- "offset": {
726
- "char": "o",
727
- "description": "Number of results to skip",
728
- "name": "offset",
729
- "default": 0,
730
- "hasDynamicHelp": false,
731
- "multiple": false,
732
- "type": "option"
733
664
  }
734
665
  },
735
666
  "hasDynamicHelp": false,
736
667
  "hiddenAliases": [],
737
- "id": "listing:list",
668
+ "id": "market:holders",
738
669
  "pluginAlias": "@trust-ethos/cli",
739
670
  "pluginName": "@trust-ethos/cli",
740
671
  "pluginType": "core",
@@ -744,24 +675,26 @@
744
675
  "relativePath": [
745
676
  "dist",
746
677
  "commands",
747
- "listing",
748
- "list.js"
678
+ "market",
679
+ "holders.js"
749
680
  ]
750
681
  },
751
- "listing:voters": {
752
- "aliases": [],
682
+ "market:info": {
683
+ "aliases": [
684
+ "mi"
685
+ ],
753
686
  "args": {
754
- "projectId": {
755
- "description": "Project ID",
756
- "name": "projectId",
687
+ "identifier": {
688
+ "description": "Profile ID or Twitter username",
689
+ "name": "identifier",
757
690
  "required": true
758
691
  }
759
692
  },
760
- "description": "Show voters for a listing/project",
693
+ "description": "Get trust market info for a user",
761
694
  "examples": [
762
695
  "<%= config.bin %> <%= command.id %> 123",
763
- "<%= config.bin %> <%= command.id %> 123 --sentiment bullish",
764
- "<%= config.bin %> <%= command.id %> 123 --limit 20 --json"
696
+ "<%= config.bin %> <%= command.id %> vitalik",
697
+ "<%= config.bin %> <%= command.id %> vitalik --json"
765
698
  ],
766
699
  "flags": {
767
700
  "json": {
@@ -777,40 +710,11 @@
777
710
  "name": "verbose",
778
711
  "allowNo": false,
779
712
  "type": "boolean"
780
- },
781
- "sentiment": {
782
- "description": "Filter by sentiment",
783
- "name": "sentiment",
784
- "hasDynamicHelp": false,
785
- "multiple": false,
786
- "options": [
787
- "bullish",
788
- "bearish"
789
- ],
790
- "type": "option"
791
- },
792
- "limit": {
793
- "char": "l",
794
- "description": "Max results per request",
795
- "name": "limit",
796
- "default": 10,
797
- "hasDynamicHelp": false,
798
- "multiple": false,
799
- "type": "option"
800
- },
801
- "offset": {
802
- "char": "o",
803
- "description": "Number of results to skip",
804
- "name": "offset",
805
- "default": 0,
806
- "hasDynamicHelp": false,
807
- "multiple": false,
808
- "type": "option"
809
713
  }
810
714
  },
811
715
  "hasDynamicHelp": false,
812
716
  "hiddenAliases": [],
813
- "id": "listing:voters",
717
+ "id": "market:info",
814
718
  "pluginAlias": "@trust-ethos/cli",
815
719
  "pluginName": "@trust-ethos/cli",
816
720
  "pluginType": "core",
@@ -820,24 +724,20 @@
820
724
  "relativePath": [
821
725
  "dist",
822
726
  "commands",
823
- "listing",
824
- "voters.js"
727
+ "market",
728
+ "info.js"
825
729
  ]
826
730
  },
827
- "nft:list": {
828
- "aliases": [],
829
- "args": {
830
- "identifier": {
831
- "description": "Twitter username, ETH address, or ENS name",
832
- "name": "identifier",
833
- "required": true
834
- }
835
- },
836
- "description": "List NFTs owned by a user",
731
+ "market:list": {
732
+ "aliases": [
733
+ "ml"
734
+ ],
735
+ "args": {},
736
+ "description": "List trust markets",
837
737
  "examples": [
838
- "<%= config.bin %> <%= command.id %> sethgho",
839
- "<%= config.bin %> <%= command.id %> 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
840
- "<%= config.bin %> <%= command.id %> vitalik.eth --json"
738
+ "<%= config.bin %> <%= command.id %>",
739
+ "<%= config.bin %> <%= command.id %> --sort priceChange24hPercent --order desc",
740
+ "<%= config.bin %> <%= command.id %> --search \"vitalik\" --json"
841
741
  ],
842
742
  "flags": {
843
743
  "json": {
@@ -854,6 +754,41 @@
854
754
  "allowNo": false,
855
755
  "type": "boolean"
856
756
  },
757
+ "sort": {
758
+ "description": "Sort by field",
759
+ "name": "sort",
760
+ "default": "marketCapWei",
761
+ "hasDynamicHelp": false,
762
+ "multiple": false,
763
+ "options": [
764
+ "marketCapWei",
765
+ "volume24hWei",
766
+ "priceChange24hPercent",
767
+ "score",
768
+ "createdAt"
769
+ ],
770
+ "type": "option"
771
+ },
772
+ "order": {
773
+ "description": "Sort direction",
774
+ "name": "order",
775
+ "default": "desc",
776
+ "hasDynamicHelp": false,
777
+ "multiple": false,
778
+ "options": [
779
+ "asc",
780
+ "desc"
781
+ ],
782
+ "type": "option"
783
+ },
784
+ "search": {
785
+ "char": "s",
786
+ "description": "Search by name/username",
787
+ "name": "search",
788
+ "hasDynamicHelp": false,
789
+ "multiple": false,
790
+ "type": "option"
791
+ },
857
792
  "limit": {
858
793
  "char": "l",
859
794
  "description": "Max results per request",
@@ -875,7 +810,7 @@
875
810
  },
876
811
  "hasDynamicHelp": false,
877
812
  "hiddenAliases": [],
878
- "id": "nft:list",
813
+ "id": "market:list",
879
814
  "pluginAlias": "@trust-ethos/cli",
880
815
  "pluginName": "@trust-ethos/cli",
881
816
  "pluginType": "core",
@@ -885,7 +820,7 @@
885
820
  "relativePath": [
886
821
  "dist",
887
822
  "commands",
888
- "nft",
823
+ "market",
889
824
  "list.js"
890
825
  ]
891
826
  },
@@ -1071,110 +1006,17 @@
1071
1006
  },
1072
1007
  "offset": {
1073
1008
  "char": "o",
1074
- "description": "Number of results to skip",
1075
- "name": "offset",
1076
- "default": 0,
1077
- "hasDynamicHelp": false,
1078
- "multiple": false,
1079
- "type": "option"
1080
- }
1081
- },
1082
- "hasDynamicHelp": false,
1083
- "hiddenAliases": [],
1084
- "id": "review:votes",
1085
- "pluginAlias": "@trust-ethos/cli",
1086
- "pluginName": "@trust-ethos/cli",
1087
- "pluginType": "core",
1088
- "strict": true,
1089
- "enableJsonFlag": false,
1090
- "isESM": true,
1091
- "relativePath": [
1092
- "dist",
1093
- "commands",
1094
- "review",
1095
- "votes.js"
1096
- ]
1097
- },
1098
- "score:status": {
1099
- "aliases": [],
1100
- "args": {
1101
- "identifier": {
1102
- "description": "Twitter username, ETH address, or ENS name",
1103
- "name": "identifier",
1104
- "required": true
1105
- }
1106
- },
1107
- "description": "Check score calculation status for a user",
1108
- "examples": [
1109
- "<%= config.bin %> <%= command.id %> 0xNowater",
1110
- "<%= config.bin %> <%= command.id %> vitalik.eth",
1111
- "<%= config.bin %> <%= command.id %> 0xNowater --json"
1112
- ],
1113
- "flags": {
1114
- "json": {
1115
- "char": "j",
1116
- "description": "Output as JSON",
1117
- "name": "json",
1118
- "allowNo": false,
1119
- "type": "boolean"
1120
- },
1121
- "verbose": {
1122
- "char": "v",
1123
- "description": "Show detailed error information",
1124
- "name": "verbose",
1125
- "allowNo": false,
1126
- "type": "boolean"
1127
- }
1128
- },
1129
- "hasDynamicHelp": false,
1130
- "hiddenAliases": [],
1131
- "id": "score:status",
1132
- "pluginAlias": "@trust-ethos/cli",
1133
- "pluginName": "@trust-ethos/cli",
1134
- "pluginType": "core",
1135
- "strict": true,
1136
- "enableJsonFlag": false,
1137
- "isESM": true,
1138
- "relativePath": [
1139
- "dist",
1140
- "commands",
1141
- "score",
1142
- "status.js"
1143
- ]
1144
- },
1145
- "validator:info": {
1146
- "aliases": [],
1147
- "args": {
1148
- "tokenId": {
1149
- "description": "Validator token ID",
1150
- "name": "tokenId",
1151
- "required": true
1152
- }
1153
- },
1154
- "description": "Get details of a specific validator NFT",
1155
- "examples": [
1156
- "<%= config.bin %> <%= command.id %> 1",
1157
- "<%= config.bin %> <%= command.id %> 42 --json"
1158
- ],
1159
- "flags": {
1160
- "json": {
1161
- "char": "j",
1162
- "description": "Output as JSON",
1163
- "name": "json",
1164
- "allowNo": false,
1165
- "type": "boolean"
1166
- },
1167
- "verbose": {
1168
- "char": "v",
1169
- "description": "Show detailed error information",
1170
- "name": "verbose",
1171
- "allowNo": false,
1172
- "type": "boolean"
1009
+ "description": "Number of results to skip",
1010
+ "name": "offset",
1011
+ "default": 0,
1012
+ "hasDynamicHelp": false,
1013
+ "multiple": false,
1014
+ "type": "option"
1173
1015
  }
1174
1016
  },
1175
1017
  "hasDynamicHelp": false,
1176
1018
  "hiddenAliases": [],
1177
- "id": "validator:info",
1019
+ "id": "review:votes",
1178
1020
  "pluginAlias": "@trust-ethos/cli",
1179
1021
  "pluginName": "@trust-ethos/cli",
1180
1022
  "pluginType": "core",
@@ -1184,19 +1026,24 @@
1184
1026
  "relativePath": [
1185
1027
  "dist",
1186
1028
  "commands",
1187
- "validator",
1188
- "info.js"
1029
+ "review",
1030
+ "votes.js"
1189
1031
  ]
1190
1032
  },
1191
- "validator:list": {
1033
+ "nft:list": {
1192
1034
  "aliases": [],
1193
- "args": {},
1194
- "description": "List all Ethos validator NFT owners",
1035
+ "args": {
1036
+ "identifier": {
1037
+ "description": "Twitter username, ETH address, or ENS name",
1038
+ "name": "identifier",
1039
+ "required": true
1040
+ }
1041
+ },
1042
+ "description": "List NFTs owned by a user",
1195
1043
  "examples": [
1196
- "<%= config.bin %> <%= command.id %>",
1197
- "<%= config.bin %> <%= command.id %> --limit 20",
1198
- "<%= config.bin %> <%= command.id %> --available",
1199
- "<%= config.bin %> <%= command.id %> --json"
1044
+ "<%= config.bin %> <%= command.id %> sethgho",
1045
+ "<%= config.bin %> <%= command.id %> 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
1046
+ "<%= config.bin %> <%= command.id %> vitalik.eth --json"
1200
1047
  ],
1201
1048
  "flags": {
1202
1049
  "json": {
@@ -1215,7 +1062,7 @@
1215
1062
  },
1216
1063
  "limit": {
1217
1064
  "char": "l",
1218
- "description": "Max results to display",
1065
+ "description": "Max results per request",
1219
1066
  "name": "limit",
1220
1067
  "default": 10,
1221
1068
  "hasDynamicHelp": false,
@@ -1230,18 +1077,11 @@
1230
1077
  "hasDynamicHelp": false,
1231
1078
  "multiple": false,
1232
1079
  "type": "option"
1233
- },
1234
- "available": {
1235
- "char": "a",
1236
- "description": "Show only validators with remaining XP capacity",
1237
- "name": "available",
1238
- "allowNo": false,
1239
- "type": "boolean"
1240
1080
  }
1241
1081
  },
1242
1082
  "hasDynamicHelp": false,
1243
1083
  "hiddenAliases": [],
1244
- "id": "validator:list",
1084
+ "id": "nft:list",
1245
1085
  "pluginAlias": "@trust-ethos/cli",
1246
1086
  "pluginName": "@trust-ethos/cli",
1247
1087
  "pluginType": "core",
@@ -1251,17 +1091,24 @@
1251
1091
  "relativePath": [
1252
1092
  "dist",
1253
1093
  "commands",
1254
- "validator",
1094
+ "nft",
1255
1095
  "list.js"
1256
1096
  ]
1257
1097
  },
1258
- "validator:sales": {
1098
+ "score:status": {
1259
1099
  "aliases": [],
1260
- "args": {},
1261
- "description": "List validator NFTs for sale on OpenSea",
1100
+ "args": {
1101
+ "identifier": {
1102
+ "description": "Twitter username, ETH address, or ENS name",
1103
+ "name": "identifier",
1104
+ "required": true
1105
+ }
1106
+ },
1107
+ "description": "Check score calculation status for a user",
1262
1108
  "examples": [
1263
- "<%= config.bin %> <%= command.id %>",
1264
- "<%= config.bin %> <%= command.id %> --limit 20 --json"
1109
+ "<%= config.bin %> <%= command.id %> 0xNowater",
1110
+ "<%= config.bin %> <%= command.id %> vitalik.eth",
1111
+ "<%= config.bin %> <%= command.id %> 0xNowater --json"
1265
1112
  ],
1266
1113
  "flags": {
1267
1114
  "json": {
@@ -1277,29 +1124,11 @@
1277
1124
  "name": "verbose",
1278
1125
  "allowNo": false,
1279
1126
  "type": "boolean"
1280
- },
1281
- "limit": {
1282
- "char": "l",
1283
- "description": "Max results per request",
1284
- "name": "limit",
1285
- "default": 10,
1286
- "hasDynamicHelp": false,
1287
- "multiple": false,
1288
- "type": "option"
1289
- },
1290
- "offset": {
1291
- "char": "o",
1292
- "description": "Number of results to skip",
1293
- "name": "offset",
1294
- "default": 0,
1295
- "hasDynamicHelp": false,
1296
- "multiple": false,
1297
- "type": "option"
1298
1127
  }
1299
1128
  },
1300
1129
  "hasDynamicHelp": false,
1301
1130
  "hiddenAliases": [],
1302
- "id": "validator:sales",
1131
+ "id": "score:status",
1303
1132
  "pluginAlias": "@trust-ethos/cli",
1304
1133
  "pluginName": "@trust-ethos/cli",
1305
1134
  "pluginType": "core",
@@ -1309,8 +1138,8 @@
1309
1138
  "relativePath": [
1310
1139
  "dist",
1311
1140
  "commands",
1312
- "validator",
1313
- "sales.js"
1141
+ "score",
1142
+ "status.js"
1314
1143
  ]
1315
1144
  },
1316
1145
  "slash:info": {
@@ -1840,6 +1669,177 @@
1840
1669
  "summary.js"
1841
1670
  ]
1842
1671
  },
1672
+ "validator:info": {
1673
+ "aliases": [],
1674
+ "args": {
1675
+ "tokenId": {
1676
+ "description": "Validator token ID",
1677
+ "name": "tokenId",
1678
+ "required": true
1679
+ }
1680
+ },
1681
+ "description": "Get details of a specific validator NFT",
1682
+ "examples": [
1683
+ "<%= config.bin %> <%= command.id %> 1",
1684
+ "<%= config.bin %> <%= command.id %> 42 --json"
1685
+ ],
1686
+ "flags": {
1687
+ "json": {
1688
+ "char": "j",
1689
+ "description": "Output as JSON",
1690
+ "name": "json",
1691
+ "allowNo": false,
1692
+ "type": "boolean"
1693
+ },
1694
+ "verbose": {
1695
+ "char": "v",
1696
+ "description": "Show detailed error information",
1697
+ "name": "verbose",
1698
+ "allowNo": false,
1699
+ "type": "boolean"
1700
+ }
1701
+ },
1702
+ "hasDynamicHelp": false,
1703
+ "hiddenAliases": [],
1704
+ "id": "validator:info",
1705
+ "pluginAlias": "@trust-ethos/cli",
1706
+ "pluginName": "@trust-ethos/cli",
1707
+ "pluginType": "core",
1708
+ "strict": true,
1709
+ "enableJsonFlag": false,
1710
+ "isESM": true,
1711
+ "relativePath": [
1712
+ "dist",
1713
+ "commands",
1714
+ "validator",
1715
+ "info.js"
1716
+ ]
1717
+ },
1718
+ "validator:list": {
1719
+ "aliases": [],
1720
+ "args": {},
1721
+ "description": "List all Ethos validator NFT owners",
1722
+ "examples": [
1723
+ "<%= config.bin %> <%= command.id %>",
1724
+ "<%= config.bin %> <%= command.id %> --limit 20",
1725
+ "<%= config.bin %> <%= command.id %> --available",
1726
+ "<%= config.bin %> <%= command.id %> --json"
1727
+ ],
1728
+ "flags": {
1729
+ "json": {
1730
+ "char": "j",
1731
+ "description": "Output as JSON",
1732
+ "name": "json",
1733
+ "allowNo": false,
1734
+ "type": "boolean"
1735
+ },
1736
+ "verbose": {
1737
+ "char": "v",
1738
+ "description": "Show detailed error information",
1739
+ "name": "verbose",
1740
+ "allowNo": false,
1741
+ "type": "boolean"
1742
+ },
1743
+ "limit": {
1744
+ "char": "l",
1745
+ "description": "Max results to display",
1746
+ "name": "limit",
1747
+ "default": 10,
1748
+ "hasDynamicHelp": false,
1749
+ "multiple": false,
1750
+ "type": "option"
1751
+ },
1752
+ "offset": {
1753
+ "char": "o",
1754
+ "description": "Number of results to skip",
1755
+ "name": "offset",
1756
+ "default": 0,
1757
+ "hasDynamicHelp": false,
1758
+ "multiple": false,
1759
+ "type": "option"
1760
+ },
1761
+ "available": {
1762
+ "char": "a",
1763
+ "description": "Show only validators with remaining XP capacity",
1764
+ "name": "available",
1765
+ "allowNo": false,
1766
+ "type": "boolean"
1767
+ }
1768
+ },
1769
+ "hasDynamicHelp": false,
1770
+ "hiddenAliases": [],
1771
+ "id": "validator:list",
1772
+ "pluginAlias": "@trust-ethos/cli",
1773
+ "pluginName": "@trust-ethos/cli",
1774
+ "pluginType": "core",
1775
+ "strict": true,
1776
+ "enableJsonFlag": false,
1777
+ "isESM": true,
1778
+ "relativePath": [
1779
+ "dist",
1780
+ "commands",
1781
+ "validator",
1782
+ "list.js"
1783
+ ]
1784
+ },
1785
+ "validator:sales": {
1786
+ "aliases": [],
1787
+ "args": {},
1788
+ "description": "List validator NFTs for sale on OpenSea",
1789
+ "examples": [
1790
+ "<%= config.bin %> <%= command.id %>",
1791
+ "<%= config.bin %> <%= command.id %> --limit 20 --json"
1792
+ ],
1793
+ "flags": {
1794
+ "json": {
1795
+ "char": "j",
1796
+ "description": "Output as JSON",
1797
+ "name": "json",
1798
+ "allowNo": false,
1799
+ "type": "boolean"
1800
+ },
1801
+ "verbose": {
1802
+ "char": "v",
1803
+ "description": "Show detailed error information",
1804
+ "name": "verbose",
1805
+ "allowNo": false,
1806
+ "type": "boolean"
1807
+ },
1808
+ "limit": {
1809
+ "char": "l",
1810
+ "description": "Max results per request",
1811
+ "name": "limit",
1812
+ "default": 10,
1813
+ "hasDynamicHelp": false,
1814
+ "multiple": false,
1815
+ "type": "option"
1816
+ },
1817
+ "offset": {
1818
+ "char": "o",
1819
+ "description": "Number of results to skip",
1820
+ "name": "offset",
1821
+ "default": 0,
1822
+ "hasDynamicHelp": false,
1823
+ "multiple": false,
1824
+ "type": "option"
1825
+ }
1826
+ },
1827
+ "hasDynamicHelp": false,
1828
+ "hiddenAliases": [],
1829
+ "id": "validator:sales",
1830
+ "pluginAlias": "@trust-ethos/cli",
1831
+ "pluginName": "@trust-ethos/cli",
1832
+ "pluginType": "core",
1833
+ "strict": true,
1834
+ "enableJsonFlag": false,
1835
+ "isESM": true,
1836
+ "relativePath": [
1837
+ "dist",
1838
+ "commands",
1839
+ "validator",
1840
+ "sales.js"
1841
+ ]
1842
+ },
1843
1843
  "vouch:info": {
1844
1844
  "aliases": [
1845
1845
  "vi"
@@ -2220,5 +2220,5 @@
2220
2220
  ]
2221
2221
  }
2222
2222
  },
2223
- "version": "0.0.5"
2223
+ "version": "0.0.7"
2224
2224
  }