kodly-cli
v1.0.8
Published
CLI Agent for Kodly Platform
Downloads
963
Readme
Kodly CLI
The official command-line interface for the Kodly Platform.
Installation
To install and test the CLI locally:
Clone the repository (if you haven't already):
git clone <repository-url> cd nokode-cliInstall Dependencies:
npm installBuild the Project:
npm run buildLink the CLI: This makes the
kodlycommand available globally on your machine, pointing to your local development version.npm linkNote: You might need to use
sudo npm linkdepending on your system permissions.
Usage
Once installed, you can use the kodly command from anywhere in your terminal.
# Check version
kodly --version
# View Help
kodly help
# or
kodly man
# Login
kodly loginDevelopment
- Run locally without linking:
npm start -- <command> # Example: npm start -- task list - Build:
npm run build
