Shardus CLI Tool
The shardus
CLI tool lets you:
- Create and manage local test networks running your app.
- Collect debug data from a running Shardus app network.
Installation
npm i -g shardus
# OR
yarn global add shardus
💡
The shardus
CLI also has autocomplete available to those of you who are using zsh
.
In order to get the autocompletions working, just run:
# For zsh
source <(shardus completion zsh)
# or add it to your .zshrc to make it persist
echo "source <(shardus completion zsh)" >> ~/.zshrc \
&& source ~/.zshrc
💡
The submodules included in shardus-cli