resurf
v1.0.8
Published
CLI to access Resurf vault data from any app or terminal
Maintainers
Readme
Resurf CLI
Access Resurf vault data from the terminal.
Install from npm
npm install -g resurfOr with Bun:
bun install -g resurfThen run:
resurf vaults
resurf list --limit 10
resurf --helpRun from repo
From the monorepo root (after building the CLI once):
bun run resurf:build # build the CLI
bun run resurf -- vaults
bun run resurf -- list --limit 5
bun run resurf -- --helpInstall globally (use resurf anywhere)
From this package directory:
cd packages/resurf-cli
bun run build
bun linkThen you can run resurf from any terminal:
resurf vaults
resurf list --json
resurf --helpTo remove the global link: bun unlink (from packages/resurf-cli).
