Installation
Prerequisites
Before using Kblocks, ensure you have these installed on your system:
- Node.js 20.x (to run the CLI)
helmv3+ installed (to install block operators)- Kubernetes cluster access with
kubectlinstalled and configured - Any credentials needed to provision resources on the cloud (e.g. AWS credentials) stored in your cluster
Install the CLI
Install the Kblocks CLI using npm:
npm i -g @kblocks/cli
Verify the installation
kb --version
This should output the version of the CLI.