git clone https://github.com/quantaseal/cli.git
cd cli
npm install
# Run the CLI locally
node bin/quantaseal --help
# Build binary
npm run build- Target the
mainbranch - Commands follow the pattern:
quantaseal <noun> <verb>(e.g.vault seal,encrypt) - Help text must be present for all commands and flags
Apache 2.0.