
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@chuva.io/less-cli
Advanced tools
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
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.
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 less-cli
This will make the less-cli
command available globally on your system.
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.
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
!
FAQs
`less-cli` is a CLI tool that allows you to deploy your Less projects to AWS while providing several other tools to facilitate your interaction with Less.
We found that @chuva.io/less-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.