Codebolt is a CLI tool created using Node.js. It allows users to check the application version and upload folders to a specified server.
To install Codebolt CLI tool locally, ensure you have Node.js and npm installed, then run:
npm install -g codebolt-cli
To check the application version, run: codebolt version
To upload a folder to the server, run: codebolt upload
Replace <folderPath>
with the path to the folder you want to upload.
Your Name
ISC