Skip to content

Commit d105716

Browse files
committed
chore: add cli script to fetch all assets in micro view
1 parent ea8ebe7 commit d105716

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { abel } from "./lib/config.js";
2+
import { parseArgvBigints } from "./lib/util.js";
3+
import { printView } from "./lib/printView.js";
4+
5+
const aids = await abel.getAllAssetIDs();
6+
7+
await printView(aids, "Micro", aids => abel.getAssetsMicro(aids), false)

0 commit comments

Comments
 (0)