Getting Started
Cline is installed as a global Node.js CLI tool.
Run Cline:
cline
Show available options:
cline --help
Check installed version:
cline --version
Cline Kanban
Cline Kanban provides a browser-based orchestration interface for Cline.
Start Kanban:
cline --kanban
The Kanban server listens locally on: 127.0.0.1:3484
Since Kanban only listens on localhost, create an SSH tunnel from your local machine:
ssh -N -L 3484:localhost:3484 root@<SERVER-IP>
Open the following URL in your browser: http://127.0.0.1:3484
Important Files and Directories
- NVM Installation Directory:
/root/.nvm - Node.js Versions:
/root/.nvm/versions/node