#!/usr/bin/env node /** * cachly CLI – @cachly-dev/cli * * Manage your cachly.dev cache instances and data from the terminal. * * Installation: * npm install -g @cachly-dev/cli * * Setup: * cachly auth login * export CACHLY_API_URL=https://api.cachly.dev # or: cachly config set apiUrl … * * Usage: * cachly instances list * cachly cache stats * cachly brain recall "" */ export {}; //# sourceMappingURL=index.d.ts.map