@leconome/cli
v0.2.2
Published
One-command CLI to join the Econome IPFS cluster as a follower.
Readme
@leconome/cli
One command to join the Econome IPFS cluster as a follower.
npx -y @leconome/cli join <join-url-from-dashboard>Requires Docker. Manage the follower with:
econome status # is it running / replicating, pin count
econome logs -f # tail follower logs
econome stop # stop (keeps data)
econome update # pull newer images and restartThe join URL comes from the dashboard's Onboarding page (one per minted
token). The CLI fetches the cluster config, starts a Kubo + ipfs-cluster
follower under ~/.econome, and registers the new peer with the dashboard.
