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

esa-cli

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esa-cli

A CLI for operating Alibaba Cloud ESA Functions and Pages.

latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
2
Created
Source

Install/Update ESA CLI

ESA CLI is a command-line tool for building with Alibaba Cloud ESA Functions and Pages.

Discord CN Discord EN

Install ESA CLI

Prerequisites

  • Node.js: 20.x or higher (supports 20.x, 22.x)
  • OS: macOS (x86, Apple Silicon), Linux
  • Recommended to use a Node version manager like Volta or nvm to avoid permission issues and easily switch Node.js versions.

Installation

To ensure consistent collaboration across your team, we recommend installing esa-cli as a dev dependency in your project. This helps everyone use the same version.

npm i -D esa-cli@latest

Alternatively, install globally to use the esa-cli command system-wide:

npm i -g esa-cli@latest

[!TIP] When esa-cli is not previously installed, npx will fetch and run the latest version from the registry.

Check your ESA CLI version

To check your ESA CLI version, run:

npx esa-cli --version
# or
npx esa-cli -v

Update ESA CLI

To update ESA CLI to the latest version, run:

npm i -D esa-cli@latest

Keywords

cli

FAQs

Package last updated on 20 Jan 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