CLI (apps/cli)
apps/cli is the terminal-first client for Clone. It targets two use cases: a recording producer (so the Recording layer learns how the user actually works in a shell) and a small toolbox of read-only commands against the API for the moments when opening the web dashboard is overkill.
Stack
- Node (
apps/cliships its ownnpm/directory for npm publishing) - TypeScript
Run it locally
cd apps/cli
npm install
npm run build
node dist/index.js --help