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-cli
-
Install Dependencies:
npm install
-
Build the Project:
npm run build
-
Link the CLI:
This makes the kodly command available globally on your machine, pointing to your local development version.
npm link
Note: You might need to use sudo npm link depending on your system permissions.
Usage
Once installed, you can use the kodly command from anywhere in your terminal.
kodly --version
kodly help
kodly man
kodly login
Development
- Run locally without linking:
npm start -- <command>
- Build:
npm run build