@trust-ethos/cli 0.0.9 → 0.0.10

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 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.9 linux-x64 node-v22.22.0
251
+ @trust-ethos/cli/0.0.10 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.9/src/commands/auction/active.ts)_
331
+ _See code: [src/commands/auction/active.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/auction/info.ts)_
357
+ _See code: [src/commands/auction/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/auction/list.ts)_
386
+ _See code: [src/commands/auction/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/broker/info.ts)_
443
+ _See code: [src/commands/broker/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/broker/list.ts)_
478
+ _See code: [src/commands/broker/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/config/get.ts)_
500
+ _See code: [src/commands/config/get.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/config/path.ts)_
517
+ _See code: [src/commands/config/path.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/config/set.ts)_
539
+ _See code: [src/commands/config/set.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/listing/info.ts)_
619
+ _See code: [src/commands/listing/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/listing/list.ts)_
648
+ _See code: [src/commands/listing/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/listing/voters.ts)_
680
+ _See code: [src/commands/listing/voters.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/market/featured.ts)_
703
+ _See code: [src/commands/market/featured.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/market/holders.ts)_
732
+ _See code: [src/commands/market/holders.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/market/info.ts)_
763
+ _See code: [src/commands/market/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/market/list.ts)_
799
+ _See code: [src/commands/market/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/nft/list.ts)_
892
+ _See code: [src/commands/nft/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/review/info.ts)_
951
+ _See code: [src/commands/review/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/review/list.ts)_
984
+ _See code: [src/commands/review/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/review/votes.ts)_
1019
+ _See code: [src/commands/review/votes.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/score/status.ts)_
1105
+ _See code: [src/commands/score/status.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/slash/info.ts)_
1131
+ _See code: [src/commands/slash/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/slash/list.ts)_
1165
+ _See code: [src/commands/slash/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/slash/votes.ts)_
1200
+ _See code: [src/commands/slash/votes.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/user/activity.ts)_
1326
+ _See code: [src/commands/user/activity.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/user/info.ts)_
1360
+ _See code: [src/commands/user/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/user/invitations.ts)_
1392
+ _See code: [src/commands/user/invitations.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/user/search.ts)_
1426
+ _See code: [src/commands/user/search.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/user/summary.ts)_
1457
+ _See code: [src/commands/user/summary.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/validator/info.ts)_
1483
+ _See code: [src/commands/validator/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/validator/list.ts)_
1513
+ _See code: [src/commands/validator/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/validator/sales.ts)_
1538
+ _See code: [src/commands/validator/sales.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/vouch/info.ts)_
1631
+ _See code: [src/commands/vouch/info.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/vouch/list.ts)_
1670
+ _See code: [src/commands/vouch/list.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/vouch/mutual.ts)_
1700
+ _See code: [src/commands/vouch/mutual.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/vouch/votes.ts)_
1735
+ _See code: [src/commands/vouch/votes.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/xp/rank.ts)_
1767
+ _See code: [src/commands/xp/rank.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/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.9/src/commands/xp/seasons.ts)_
1790
+ _See code: [src/commands/xp/seasons.ts](https://github.com/trust-ethos/ethos-cli/blob/v0.0.10/src/commands/xp/seasons.ts)_
1791
1791
  <!-- commandsstop -->
@@ -194,14 +194,7 @@ export function applyPendingUpdate() {
194
194
  const pending = getPendingUpdate();
195
195
  if (!pending)
196
196
  return false;
197
- const isDevMode = process.execPath.includes('bun') || process.execPath.includes('node');
198
- if (isDevMode) {
199
- try {
200
- unlinkSync(PENDING_FILE);
201
- }
202
- catch { }
203
- return false;
204
- }
197
+ // Check managed install FIRST (bundled node path contains 'node')
205
198
  const isManagedInstall = process.execPath.startsWith(ETHOS_HOME);
206
199
  if (!isManagedInstall) {
207
200
  try {
@@ -300,94 +300,6 @@
300
300
  "list.js"
301
301
  ]
302
302
  },
303
- "config:get": {
304
- "aliases": [],
305
- "args": {},
306
- "description": "Show current configuration",
307
- "examples": [
308
- "<%= config.bin %> <%= command.id %>",
309
- "<%= config.bin %> <%= command.id %> --json"
310
- ],
311
- "flags": {
312
- "json": {
313
- "char": "j",
314
- "description": "Output as JSON",
315
- "name": "json",
316
- "allowNo": false,
317
- "type": "boolean"
318
- }
319
- },
320
- "hasDynamicHelp": false,
321
- "hiddenAliases": [],
322
- "id": "config:get",
323
- "pluginAlias": "@trust-ethos/cli",
324
- "pluginName": "@trust-ethos/cli",
325
- "pluginType": "core",
326
- "strict": true,
327
- "enableJsonFlag": false,
328
- "isESM": true,
329
- "relativePath": [
330
- "dist",
331
- "commands",
332
- "config",
333
- "get.js"
334
- ]
335
- },
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": {
361
- "aliases": [],
362
- "args": {
363
- "value": {
364
- "description": "Configuration in format: apiUrl=<url>",
365
- "name": "value",
366
- "required": true
367
- }
368
- },
369
- "description": "Set configuration value",
370
- "examples": [
371
- "<%= config.bin %> <%= command.id %> apiUrl=https://api.ethos.network",
372
- "<%= config.bin %> <%= command.id %> apiUrl=https://api.dev.ethos.network"
373
- ],
374
- "flags": {},
375
- "hasDynamicHelp": false,
376
- "hiddenAliases": [],
377
- "id": "config:set",
378
- "pluginAlias": "@trust-ethos/cli",
379
- "pluginName": "@trust-ethos/cli",
380
- "pluginType": "core",
381
- "strict": true,
382
- "enableJsonFlag": false,
383
- "isESM": true,
384
- "relativePath": [
385
- "dist",
386
- "commands",
387
- "config",
388
- "set.js"
389
- ]
390
- },
391
303
  "listing:info": {
392
304
  "aliases": [],
393
305
  "args": {
@@ -583,6 +495,94 @@
583
495
  "voters.js"
584
496
  ]
585
497
  },
498
+ "config:get": {
499
+ "aliases": [],
500
+ "args": {},
501
+ "description": "Show current configuration",
502
+ "examples": [
503
+ "<%= config.bin %> <%= command.id %>",
504
+ "<%= config.bin %> <%= command.id %> --json"
505
+ ],
506
+ "flags": {
507
+ "json": {
508
+ "char": "j",
509
+ "description": "Output as JSON",
510
+ "name": "json",
511
+ "allowNo": false,
512
+ "type": "boolean"
513
+ }
514
+ },
515
+ "hasDynamicHelp": false,
516
+ "hiddenAliases": [],
517
+ "id": "config:get",
518
+ "pluginAlias": "@trust-ethos/cli",
519
+ "pluginName": "@trust-ethos/cli",
520
+ "pluginType": "core",
521
+ "strict": true,
522
+ "enableJsonFlag": false,
523
+ "isESM": true,
524
+ "relativePath": [
525
+ "dist",
526
+ "commands",
527
+ "config",
528
+ "get.js"
529
+ ]
530
+ },
531
+ "config:path": {
532
+ "aliases": [],
533
+ "args": {},
534
+ "description": "Show config file path",
535
+ "examples": [
536
+ "<%= config.bin %> <%= command.id %>"
537
+ ],
538
+ "flags": {},
539
+ "hasDynamicHelp": false,
540
+ "hiddenAliases": [],
541
+ "id": "config:path",
542
+ "pluginAlias": "@trust-ethos/cli",
543
+ "pluginName": "@trust-ethos/cli",
544
+ "pluginType": "core",
545
+ "strict": true,
546
+ "enableJsonFlag": false,
547
+ "isESM": true,
548
+ "relativePath": [
549
+ "dist",
550
+ "commands",
551
+ "config",
552
+ "path.js"
553
+ ]
554
+ },
555
+ "config:set": {
556
+ "aliases": [],
557
+ "args": {
558
+ "value": {
559
+ "description": "Configuration in format: apiUrl=<url>",
560
+ "name": "value",
561
+ "required": true
562
+ }
563
+ },
564
+ "description": "Set configuration value",
565
+ "examples": [
566
+ "<%= config.bin %> <%= command.id %> apiUrl=https://api.ethos.network",
567
+ "<%= config.bin %> <%= command.id %> apiUrl=https://api.dev.ethos.network"
568
+ ],
569
+ "flags": {},
570
+ "hasDynamicHelp": false,
571
+ "hiddenAliases": [],
572
+ "id": "config:set",
573
+ "pluginAlias": "@trust-ethos/cli",
574
+ "pluginName": "@trust-ethos/cli",
575
+ "pluginType": "core",
576
+ "strict": true,
577
+ "enableJsonFlag": false,
578
+ "isESM": true,
579
+ "relativePath": [
580
+ "dist",
581
+ "commands",
582
+ "config",
583
+ "set.js"
584
+ ]
585
+ },
586
586
  "market:featured": {
587
587
  "aliases": [],
588
588
  "args": {},
@@ -2220,5 +2220,5 @@
2220
2220
  ]
2221
2221
  }
2222
2222
  },
2223
- "version": "0.0.9"
2223
+ "version": "0.0.10"
2224
2224
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@trust-ethos/cli",
3
3
  "description": "Official Ethos CLI - Query user profiles, XP balances, and reputation data",
4
- "version": "0.0.9",
4
+ "version": "0.0.10",
5
5
  "author": "Ethos Network",
6
6
  "bin": {
7
7
  "ethos": "./bin/run.js"