DevHub CLI
A CLI for managing assets and packages on DevHub.
Project configs (eg. devhub.json
) keep track of assets that the repo is creating.
The dependency config (devhub-lock.json
) keeps track of zome, DNA, or hApp dependencies for the
assets being created.
Getting started
Install CLI Tool
npm i --global @holochain/devhub-cli
Set Connection Info
See DevHub Setup for instructions on running and installing
devhub.
devhub connection --global set <PORT> <TOKEN>
Check connection with
devhub connection status
Install Zome Dependencies
devhub install <package>
API Docs
See docs/API.md
Contributing
See CONTRIBUTING.md