@obolos_tech/cli 0.3.2 → 0.4.0
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/dist/index.d.ts +4 -0
- package/dist/index.js +542 -65
- package/dist/index.js.map +1 -1
- package/package.json +6 -2
package/dist/index.d.ts
CHANGED
|
@@ -21,5 +21,9 @@
|
|
|
21
21
|
* npx @obolos_tech/cli anp bid <cid> --price 25 --delivery 48h
|
|
22
22
|
* npx @obolos_tech/cli anp accept <cid> --bid <bid_cid>
|
|
23
23
|
* npx @obolos_tech/cli anp verify <cid>
|
|
24
|
+
* npx @obolos_tech/cli reputation check 16907
|
|
25
|
+
* npx @obolos_tech/cli reputation check 16907 --chain ethereum
|
|
26
|
+
* npx @obolos_tech/cli reputation compare 123 456 789
|
|
27
|
+
* npx @obolos_tech/cli rep compare base:123 ethereum:456
|
|
24
28
|
*/
|
|
25
29
|
export {};
|