Socket
Socket
Sign inDemoInstall

@chuva.io/less-cli

Package Overview
Dependencies
66
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @chuva.io/less-cli

Less is a framework that allows you to build distributed, infinitely scalable, event-driven, realtime, fault tolerant, and serverless REST APIs, Websockets, and Microservices with no DevOps and no infrastructure. This CLI allows you to deploy and monitor


Version published
Weekly downloads
49
increased by53.13%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

less-cli

less-cli is a command-line interface (CLI) tool that allows you to interact with Less framework, making it easier to deploy your Less projects. With less-cli, you can quickly deploy your Less project to the Less platform.

Table of Contents

  • Installation
  • Usage
  • Commands

Installation

To use less-cli, you'll need to have Node.js and npm (Node Package Manager) installed on your system. If you haven't already, you can download them from the official Node.js website.

Once you have Node.js and npm installed, you can install less-cli globally using the following command:

npm install -g @chuva.io/less-cli

This will make the less-cli command available globally on your system.

Usage

After installation, you can use less-cli from the command line by running:

less-cli [COMMAND]

Replace [COMMAND] with one of the available commands described below.

Commands

Deploy

The deploy command allows you to deploy your Less project to the Less platform.

less-cli deploy <projectName>
  • <projectName>: The name of your Less project. It must satisfy the regular expression pattern: [a-zA-Z][-a-zA-Z0-9].

Before using the deploy command, make sure to set the LESS_TOKEN environment variable with your Less token and you running this command on the root of your less project.

Example:

export LESS_TOKEN=your-less-token
less-cli deploy my-project

Happy deploying with less-cli!

Keywords

FAQs

Last updated on 06 Sep 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc