New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

kodly-cli

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kodly-cli

CLI Agent for Kodly Platform

latest
npmnpm
Version
1.0.14
Version published
Maintainers
1
Created
Source

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.

# Check version
kodly --version

# View Help
kodly help
# or
kodly man

# Login
kodly login

Development

  • Run locally without linking:
    npm start -- <command>
    # Example: npm start -- task list
    
  • Build: npm run build

Keywords

kodly

FAQs

Package last updated on 21 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts