Installation for CLI

You can install the CLI globally from NPM:

npm install -g smart-cache-cli

To verify your installation:

smart-cache --version

For local development and testing, clone the repository and build manually:

git clone <repository-url>
cd smart-cache-cli
npm install
npm run build
npm link

Last updated