@trust-ethos/cli 0.0.7 → 0.0.9
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/README.md +38 -38
- package/oclif.manifest.json +66 -66
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -248,7 +248,7 @@ $ npm install -g @trust-ethos/cli
|
|
|
248
248
|
$ ethos COMMAND
|
|
249
249
|
running command...
|
|
250
250
|
$ ethos (--version)
|
|
251
|
-
@trust-ethos/cli/0.0.
|
|
251
|
+
@trust-ethos/cli/0.0.9 linux-x64 node-v22.22.0
|
|
252
252
|
$ ethos --help [COMMAND]
|
|
253
253
|
USAGE
|
|
254
254
|
$ ethos COMMAND
|
|
@@ -328,7 +328,7 @@ EXAMPLES
|
|
|
328
328
|
$ ethos auction active --json
|
|
329
329
|
```
|
|
330
330
|
|
|
331
|
-
_See code: [src/commands/auction/active.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
331
|
+
_See code: [src/commands/auction/active.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/auction/active.ts)_
|
|
332
332
|
|
|
333
333
|
## `ethos auction info ID`
|
|
334
334
|
|
|
@@ -354,7 +354,7 @@ EXAMPLES
|
|
|
354
354
|
$ ethos auction info 1 --json
|
|
355
355
|
```
|
|
356
356
|
|
|
357
|
-
_See code: [src/commands/auction/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
357
|
+
_See code: [src/commands/auction/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/auction/info.ts)_
|
|
358
358
|
|
|
359
359
|
## `ethos auction list`
|
|
360
360
|
|
|
@@ -383,7 +383,7 @@ EXAMPLES
|
|
|
383
383
|
$ ethos auction list --json
|
|
384
384
|
```
|
|
385
385
|
|
|
386
|
-
_See code: [src/commands/auction/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
386
|
+
_See code: [src/commands/auction/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/auction/list.ts)_
|
|
387
387
|
|
|
388
388
|
## `ethos autocomplete [SHELL]`
|
|
389
389
|
|
|
@@ -440,7 +440,7 @@ EXAMPLES
|
|
|
440
440
|
$ ethos broker info 123 --json
|
|
441
441
|
```
|
|
442
442
|
|
|
443
|
-
_See code: [src/commands/broker/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
443
|
+
_See code: [src/commands/broker/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/broker/info.ts)_
|
|
444
444
|
|
|
445
445
|
## `ethos broker list`
|
|
446
446
|
|
|
@@ -475,7 +475,7 @@ EXAMPLES
|
|
|
475
475
|
$ ethos broker list --type sell --limit 5 --json
|
|
476
476
|
```
|
|
477
477
|
|
|
478
|
-
_See code: [src/commands/broker/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
478
|
+
_See code: [src/commands/broker/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/broker/list.ts)_
|
|
479
479
|
|
|
480
480
|
## `ethos config get`
|
|
481
481
|
|
|
@@ -497,7 +497,7 @@ EXAMPLES
|
|
|
497
497
|
$ ethos config get --json
|
|
498
498
|
```
|
|
499
499
|
|
|
500
|
-
_See code: [src/commands/config/get.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
500
|
+
_See code: [src/commands/config/get.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/config/get.ts)_
|
|
501
501
|
|
|
502
502
|
## `ethos config path`
|
|
503
503
|
|
|
@@ -514,7 +514,7 @@ EXAMPLES
|
|
|
514
514
|
$ ethos config path
|
|
515
515
|
```
|
|
516
516
|
|
|
517
|
-
_See code: [src/commands/config/path.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
517
|
+
_See code: [src/commands/config/path.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/config/path.ts)_
|
|
518
518
|
|
|
519
519
|
## `ethos config set VALUE`
|
|
520
520
|
|
|
@@ -536,7 +536,7 @@ EXAMPLES
|
|
|
536
536
|
$ ethos config set apiUrl=https://api.dev.ethos.network
|
|
537
537
|
```
|
|
538
538
|
|
|
539
|
-
_See code: [src/commands/config/set.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
539
|
+
_See code: [src/commands/config/set.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/config/set.ts)_
|
|
540
540
|
|
|
541
541
|
## `ethos find QUERY`
|
|
542
542
|
|
|
@@ -616,7 +616,7 @@ EXAMPLES
|
|
|
616
616
|
$ ethos listing info uniswap --json
|
|
617
617
|
```
|
|
618
618
|
|
|
619
|
-
_See code: [src/commands/listing/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
619
|
+
_See code: [src/commands/listing/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/listing/info.ts)_
|
|
620
620
|
|
|
621
621
|
## `ethos listing list`
|
|
622
622
|
|
|
@@ -645,7 +645,7 @@ EXAMPLES
|
|
|
645
645
|
$ ethos listing list --limit 20 --json
|
|
646
646
|
```
|
|
647
647
|
|
|
648
|
-
_See code: [src/commands/listing/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
648
|
+
_See code: [src/commands/listing/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/listing/list.ts)_
|
|
649
649
|
|
|
650
650
|
## `ethos listing voters PROJECTID`
|
|
651
651
|
|
|
@@ -677,7 +677,7 @@ EXAMPLES
|
|
|
677
677
|
$ ethos listing voters 123 --limit 20 --json
|
|
678
678
|
```
|
|
679
679
|
|
|
680
|
-
_See code: [src/commands/listing/voters.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
680
|
+
_See code: [src/commands/listing/voters.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/listing/voters.ts)_
|
|
681
681
|
|
|
682
682
|
## `ethos market featured`
|
|
683
683
|
|
|
@@ -700,7 +700,7 @@ EXAMPLES
|
|
|
700
700
|
$ ethos market featured --json
|
|
701
701
|
```
|
|
702
702
|
|
|
703
|
-
_See code: [src/commands/market/featured.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
703
|
+
_See code: [src/commands/market/featured.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/market/featured.ts)_
|
|
704
704
|
|
|
705
705
|
## `ethos market holders IDENTIFIER`
|
|
706
706
|
|
|
@@ -729,7 +729,7 @@ EXAMPLES
|
|
|
729
729
|
$ ethos market holders vitalik.eth --json
|
|
730
730
|
```
|
|
731
731
|
|
|
732
|
-
_See code: [src/commands/market/holders.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
732
|
+
_See code: [src/commands/market/holders.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/market/holders.ts)_
|
|
733
733
|
|
|
734
734
|
## `ethos market info IDENTIFIER`
|
|
735
735
|
|
|
@@ -760,7 +760,7 @@ EXAMPLES
|
|
|
760
760
|
$ ethos market info vitalik --json
|
|
761
761
|
```
|
|
762
762
|
|
|
763
|
-
_See code: [src/commands/market/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
763
|
+
_See code: [src/commands/market/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/market/info.ts)_
|
|
764
764
|
|
|
765
765
|
## `ethos market list`
|
|
766
766
|
|
|
@@ -796,7 +796,7 @@ EXAMPLES
|
|
|
796
796
|
$ ethos market list --search "vitalik" --json
|
|
797
797
|
```
|
|
798
798
|
|
|
799
|
-
_See code: [src/commands/market/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
799
|
+
_See code: [src/commands/market/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/market/list.ts)_
|
|
800
800
|
|
|
801
801
|
## `ethos mi IDENTIFIER`
|
|
802
802
|
|
|
@@ -889,7 +889,7 @@ EXAMPLES
|
|
|
889
889
|
$ ethos nft list vitalik.eth --json
|
|
890
890
|
```
|
|
891
891
|
|
|
892
|
-
_See code: [src/commands/nft/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
892
|
+
_See code: [src/commands/nft/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/nft/list.ts)_
|
|
893
893
|
|
|
894
894
|
## `ethos rank IDENTIFIER`
|
|
895
895
|
|
|
@@ -948,7 +948,7 @@ EXAMPLES
|
|
|
948
948
|
$ ethos review info 1139 --json
|
|
949
949
|
```
|
|
950
950
|
|
|
951
|
-
_See code: [src/commands/review/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
951
|
+
_See code: [src/commands/review/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/review/info.ts)_
|
|
952
952
|
|
|
953
953
|
## `ethos review list IDENTIFIER`
|
|
954
954
|
|
|
@@ -981,7 +981,7 @@ EXAMPLES
|
|
|
981
981
|
$ ethos review list vitalik.eth --json
|
|
982
982
|
```
|
|
983
983
|
|
|
984
|
-
_See code: [src/commands/review/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
984
|
+
_See code: [src/commands/review/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/review/list.ts)_
|
|
985
985
|
|
|
986
986
|
## `ethos review votes ID`
|
|
987
987
|
|
|
@@ -1016,7 +1016,7 @@ EXAMPLES
|
|
|
1016
1016
|
$ ethos review votes 123 --json
|
|
1017
1017
|
```
|
|
1018
1018
|
|
|
1019
|
-
_See code: [src/commands/review/votes.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
1019
|
+
_See code: [src/commands/review/votes.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/review/votes.ts)_
|
|
1020
1020
|
|
|
1021
1021
|
## `ethos ri ID`
|
|
1022
1022
|
|
|
@@ -1102,7 +1102,7 @@ EXAMPLES
|
|
|
1102
1102
|
$ ethos score status 0xNowater --json
|
|
1103
1103
|
```
|
|
1104
1104
|
|
|
1105
|
-
_See code: [src/commands/score/status.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
1105
|
+
_See code: [src/commands/score/status.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/score/status.ts)_
|
|
1106
1106
|
|
|
1107
1107
|
## `ethos slash info ID`
|
|
1108
1108
|
|
|
@@ -1128,7 +1128,7 @@ EXAMPLES
|
|
|
1128
1128
|
$ ethos slash info 123 --json
|
|
1129
1129
|
```
|
|
1130
1130
|
|
|
1131
|
-
_See code: [src/commands/slash/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
1131
|
+
_See code: [src/commands/slash/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/slash/info.ts)_
|
|
1132
1132
|
|
|
1133
1133
|
## `ethos slash list`
|
|
1134
1134
|
|
|
@@ -1162,7 +1162,7 @@ EXAMPLES
|
|
|
1162
1162
|
$ ethos slash list --limit 5 --json
|
|
1163
1163
|
```
|
|
1164
1164
|
|
|
1165
|
-
_See code: [src/commands/slash/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
1165
|
+
_See code: [src/commands/slash/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/slash/list.ts)_
|
|
1166
1166
|
|
|
1167
1167
|
## `ethos slash votes ID`
|
|
1168
1168
|
|
|
@@ -1197,7 +1197,7 @@ EXAMPLES
|
|
|
1197
1197
|
$ ethos slash votes 195 --json
|
|
1198
1198
|
```
|
|
1199
1199
|
|
|
1200
|
-
_See code: [src/commands/slash/votes.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
1200
|
+
_See code: [src/commands/slash/votes.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/slash/votes.ts)_
|
|
1201
1201
|
|
|
1202
1202
|
## `ethos u IDENTIFIER`
|
|
1203
1203
|
|
|
@@ -1323,7 +1323,7 @@ EXAMPLES
|
|
|
1323
1323
|
$ ethos user activity 0xNowater --json
|
|
1324
1324
|
```
|
|
1325
1325
|
|
|
1326
|
-
_See code: [src/commands/user/activity.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
1326
|
+
_See code: [src/commands/user/activity.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/user/activity.ts)_
|
|
1327
1327
|
|
|
1328
1328
|
## `ethos user info IDENTIFIER`
|
|
1329
1329
|
|
|
@@ -1357,7 +1357,7 @@ EXAMPLES
|
|
|
1357
1357
|
$ ethos user info 0xNowater --json
|
|
1358
1358
|
```
|
|
1359
1359
|
|
|
1360
|
-
_See code: [src/commands/user/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
1360
|
+
_See code: [src/commands/user/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/user/info.ts)_
|
|
1361
1361
|
|
|
1362
1362
|
## `ethos user invitations IDENTIFIER`
|
|
1363
1363
|
|
|
@@ -1389,7 +1389,7 @@ EXAMPLES
|
|
|
1389
1389
|
$ ethos user invitations vitalik.eth --json
|
|
1390
1390
|
```
|
|
1391
1391
|
|
|
1392
|
-
_See code: [src/commands/user/invitations.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
1392
|
+
_See code: [src/commands/user/invitations.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/user/invitations.ts)_
|
|
1393
1393
|
|
|
1394
1394
|
## `ethos user search QUERY`
|
|
1395
1395
|
|
|
@@ -1423,7 +1423,7 @@ EXAMPLES
|
|
|
1423
1423
|
$ ethos user search web3 --limit 5
|
|
1424
1424
|
```
|
|
1425
1425
|
|
|
1426
|
-
_See code: [src/commands/user/search.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
1426
|
+
_See code: [src/commands/user/search.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/user/search.ts)_
|
|
1427
1427
|
|
|
1428
1428
|
## `ethos user summary IDENTIFIER`
|
|
1429
1429
|
|
|
@@ -1454,7 +1454,7 @@ EXAMPLES
|
|
|
1454
1454
|
$ ethos user summary vitalik.eth --json
|
|
1455
1455
|
```
|
|
1456
1456
|
|
|
1457
|
-
_See code: [src/commands/user/summary.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
1457
|
+
_See code: [src/commands/user/summary.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/user/summary.ts)_
|
|
1458
1458
|
|
|
1459
1459
|
## `ethos validator info TOKENID`
|
|
1460
1460
|
|
|
@@ -1480,7 +1480,7 @@ EXAMPLES
|
|
|
1480
1480
|
$ ethos validator info 42 --json
|
|
1481
1481
|
```
|
|
1482
1482
|
|
|
1483
|
-
_See code: [src/commands/validator/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
1483
|
+
_See code: [src/commands/validator/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/validator/info.ts)_
|
|
1484
1484
|
|
|
1485
1485
|
## `ethos validator list`
|
|
1486
1486
|
|
|
@@ -1510,7 +1510,7 @@ EXAMPLES
|
|
|
1510
1510
|
$ ethos validator list --json
|
|
1511
1511
|
```
|
|
1512
1512
|
|
|
1513
|
-
_See code: [src/commands/validator/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
1513
|
+
_See code: [src/commands/validator/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/validator/list.ts)_
|
|
1514
1514
|
|
|
1515
1515
|
## `ethos validator sales`
|
|
1516
1516
|
|
|
@@ -1535,7 +1535,7 @@ EXAMPLES
|
|
|
1535
1535
|
$ ethos validator sales --limit 20 --json
|
|
1536
1536
|
```
|
|
1537
1537
|
|
|
1538
|
-
_See code: [src/commands/validator/sales.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
1538
|
+
_See code: [src/commands/validator/sales.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/validator/sales.ts)_
|
|
1539
1539
|
|
|
1540
1540
|
## `ethos vi ID`
|
|
1541
1541
|
|
|
@@ -1628,7 +1628,7 @@ EXAMPLES
|
|
|
1628
1628
|
$ ethos vouch info 123 --json
|
|
1629
1629
|
```
|
|
1630
1630
|
|
|
1631
|
-
_See code: [src/commands/vouch/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
1631
|
+
_See code: [src/commands/vouch/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/vouch/info.ts)_
|
|
1632
1632
|
|
|
1633
1633
|
## `ethos vouch list [IDENTIFIER]`
|
|
1634
1634
|
|
|
@@ -1667,7 +1667,7 @@ EXAMPLES
|
|
|
1667
1667
|
$ ethos vouch list --limit 20 --json
|
|
1668
1668
|
```
|
|
1669
1669
|
|
|
1670
|
-
_See code: [src/commands/vouch/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
1670
|
+
_See code: [src/commands/vouch/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/vouch/list.ts)_
|
|
1671
1671
|
|
|
1672
1672
|
## `ethos vouch mutual VIEWER TARGET`
|
|
1673
1673
|
|
|
@@ -1697,7 +1697,7 @@ EXAMPLES
|
|
|
1697
1697
|
$ ethos vouch mutual 0xNowater VitalikButerin --json
|
|
1698
1698
|
```
|
|
1699
1699
|
|
|
1700
|
-
_See code: [src/commands/vouch/mutual.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
1700
|
+
_See code: [src/commands/vouch/mutual.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/vouch/mutual.ts)_
|
|
1701
1701
|
|
|
1702
1702
|
## `ethos vouch votes ID`
|
|
1703
1703
|
|
|
@@ -1732,7 +1732,7 @@ EXAMPLES
|
|
|
1732
1732
|
$ ethos vouch votes 182 --json
|
|
1733
1733
|
```
|
|
1734
1734
|
|
|
1735
|
-
_See code: [src/commands/vouch/votes.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
1735
|
+
_See code: [src/commands/vouch/votes.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/vouch/votes.ts)_
|
|
1736
1736
|
|
|
1737
1737
|
## `ethos xp rank IDENTIFIER`
|
|
1738
1738
|
|
|
@@ -1764,7 +1764,7 @@ EXAMPLES
|
|
|
1764
1764
|
$ ethos xp rank 0xNowater --json
|
|
1765
1765
|
```
|
|
1766
1766
|
|
|
1767
|
-
_See code: [src/commands/xp/rank.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
1767
|
+
_See code: [src/commands/xp/rank.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/xp/rank.ts)_
|
|
1768
1768
|
|
|
1769
1769
|
## `ethos xp seasons`
|
|
1770
1770
|
|
|
@@ -1787,5 +1787,5 @@ EXAMPLES
|
|
|
1787
1787
|
$ ethos xp seasons --json
|
|
1788
1788
|
```
|
|
1789
1789
|
|
|
1790
|
-
_See code: [src/commands/xp/seasons.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.
|
|
1790
|
+
_See code: [src/commands/xp/seasons.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.9/src/commands/xp/seasons.ts)_
|
|
1791
1791
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -824,6 +824,71 @@
|
|
|
824
824
|
"list.js"
|
|
825
825
|
]
|
|
826
826
|
},
|
|
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",
|
|
837
|
+
"examples": [
|
|
838
|
+
"<%= config.bin %> <%= command.id %> sethgho",
|
|
839
|
+
"<%= config.bin %> <%= command.id %> 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
|
|
840
|
+
"<%= config.bin %> <%= command.id %> vitalik.eth --json"
|
|
841
|
+
],
|
|
842
|
+
"flags": {
|
|
843
|
+
"json": {
|
|
844
|
+
"char": "j",
|
|
845
|
+
"description": "Output as JSON",
|
|
846
|
+
"name": "json",
|
|
847
|
+
"allowNo": false,
|
|
848
|
+
"type": "boolean"
|
|
849
|
+
},
|
|
850
|
+
"verbose": {
|
|
851
|
+
"char": "v",
|
|
852
|
+
"description": "Show detailed error information",
|
|
853
|
+
"name": "verbose",
|
|
854
|
+
"allowNo": false,
|
|
855
|
+
"type": "boolean"
|
|
856
|
+
},
|
|
857
|
+
"limit": {
|
|
858
|
+
"char": "l",
|
|
859
|
+
"description": "Max results per request",
|
|
860
|
+
"name": "limit",
|
|
861
|
+
"default": 10,
|
|
862
|
+
"hasDynamicHelp": false,
|
|
863
|
+
"multiple": false,
|
|
864
|
+
"type": "option"
|
|
865
|
+
},
|
|
866
|
+
"offset": {
|
|
867
|
+
"char": "o",
|
|
868
|
+
"description": "Number of results to skip",
|
|
869
|
+
"name": "offset",
|
|
870
|
+
"default": 0,
|
|
871
|
+
"hasDynamicHelp": false,
|
|
872
|
+
"multiple": false,
|
|
873
|
+
"type": "option"
|
|
874
|
+
}
|
|
875
|
+
},
|
|
876
|
+
"hasDynamicHelp": false,
|
|
877
|
+
"hiddenAliases": [],
|
|
878
|
+
"id": "nft:list",
|
|
879
|
+
"pluginAlias": "@trust-ethos/cli",
|
|
880
|
+
"pluginName": "@trust-ethos/cli",
|
|
881
|
+
"pluginType": "core",
|
|
882
|
+
"strict": true,
|
|
883
|
+
"enableJsonFlag": false,
|
|
884
|
+
"isESM": true,
|
|
885
|
+
"relativePath": [
|
|
886
|
+
"dist",
|
|
887
|
+
"commands",
|
|
888
|
+
"nft",
|
|
889
|
+
"list.js"
|
|
890
|
+
]
|
|
891
|
+
},
|
|
827
892
|
"review:info": {
|
|
828
893
|
"aliases": [
|
|
829
894
|
"ri"
|
|
@@ -1030,71 +1095,6 @@
|
|
|
1030
1095
|
"votes.js"
|
|
1031
1096
|
]
|
|
1032
1097
|
},
|
|
1033
|
-
"nft:list": {
|
|
1034
|
-
"aliases": [],
|
|
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",
|
|
1043
|
-
"examples": [
|
|
1044
|
-
"<%= config.bin %> <%= command.id %> sethgho",
|
|
1045
|
-
"<%= config.bin %> <%= command.id %> 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
|
|
1046
|
-
"<%= config.bin %> <%= command.id %> vitalik.eth --json"
|
|
1047
|
-
],
|
|
1048
|
-
"flags": {
|
|
1049
|
-
"json": {
|
|
1050
|
-
"char": "j",
|
|
1051
|
-
"description": "Output as JSON",
|
|
1052
|
-
"name": "json",
|
|
1053
|
-
"allowNo": false,
|
|
1054
|
-
"type": "boolean"
|
|
1055
|
-
},
|
|
1056
|
-
"verbose": {
|
|
1057
|
-
"char": "v",
|
|
1058
|
-
"description": "Show detailed error information",
|
|
1059
|
-
"name": "verbose",
|
|
1060
|
-
"allowNo": false,
|
|
1061
|
-
"type": "boolean"
|
|
1062
|
-
},
|
|
1063
|
-
"limit": {
|
|
1064
|
-
"char": "l",
|
|
1065
|
-
"description": "Max results per request",
|
|
1066
|
-
"name": "limit",
|
|
1067
|
-
"default": 10,
|
|
1068
|
-
"hasDynamicHelp": false,
|
|
1069
|
-
"multiple": false,
|
|
1070
|
-
"type": "option"
|
|
1071
|
-
},
|
|
1072
|
-
"offset": {
|
|
1073
|
-
"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": "nft:list",
|
|
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
|
-
"nft",
|
|
1095
|
-
"list.js"
|
|
1096
|
-
]
|
|
1097
|
-
},
|
|
1098
1098
|
"score:status": {
|
|
1099
1099
|
"aliases": [],
|
|
1100
1100
|
"args": {
|
|
@@ -2220,5 +2220,5 @@
|
|
|
2220
2220
|
]
|
|
2221
2221
|
}
|
|
2222
2222
|
},
|
|
2223
|
-
"version": "0.0.
|
|
2223
|
+
"version": "0.0.9"
|
|
2224
2224
|
}
|