File tree Expand file tree Collapse file tree 4 files changed +7
-15
lines changed
Expand file tree Collapse file tree 4 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 1.0.2-beta.0 ] - 2025-11-19
3+ ## [ 1.0.2] - 2025-11-19
44
55### Added
66
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ESA CLI is a command-line tool for building with Alibaba Cloud ESA Functions and
1515
1616### Prerequisites
1717
18- - Node.js: 18 .x or higher (supports 18.x, 20.x, 22.x)
18+ - Node.js: 20 .x or higher (supports 20.x, 22.x)
1919- OS: macOS (x86, Apple Silicon), Linux
2020- Recommended to use a Node version manager like Volta or nvm to avoid permission issues and easily switch Node.js versions.
2121
Original file line number Diff line number Diff line change @@ -345,15 +345,11 @@ AccessKey ID (AK)
345345** --access-key-secret, --sk** _ optional_
346346AccessKey Secret (SK)
347347
348- ** --endpoint, -e** _ optional_
349- API endpoint URL Example: esa.cn-hangzhou.aliyuncs.com
350-
351348** Environment Variables**
352349Read from environment variables:
353350
354351- ** ESA_ACCESS_KEY_ID**
355352- ** ESA_ACCESS_KEY_SECRET**
356- - ** ESA_ENDPOINT**
357353
358354---
359355
Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ npx esa-cli <COMMAND> <SUBCOMMAND> [PARAMETERS] [OPTIONS]
3838
3939```
4040{
41- ...
42- "scripts": {
43- "deploy": "esa-cli deploy",
44- "dev": "esa-cli dev"
41+ ...
42+ "scripts": {
43+ "deploy": "esa-cli deploy",
44+ "dev": "esa-cli dev"
4545 }
46- ...
46+ ...
4747}
4848```
4949
@@ -338,14 +338,10 @@ esa-cli login [OPTIONS]
338338** --access-key-secret, --sk\* ** 可选\*
339339** AccessKey Secret (SK)**
340340
341- ** --endpoint, -e\* ** 可选\*
342- ** API 端点 URL 例子: esa.cn-hangzhou.aliyuncs.com**
343-
344341** 环境变量** 从环境变量中读取:
345342
346343- ** ESA_ACCESS_KEY_ID**
347344- ** ESA_ACCESS_KEY_SECRET**
348- - ** ESA_ENDPOINT**
349345
350346---
351347
You can’t perform that action at this time.
0 commit comments