Skip to content

Commit 41c99ef

Browse files
committed
feat:update readme and changelog
1 parent bdcc312 commit 41c99ef

File tree

4 files changed

+7
-15
lines changed

4 files changed

+7
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [1.0.2-beta.0] - 2025-11-19
3+
## [1.0.2] - 2025-11-19
44

55
### Added
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/Commands_en.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -345,15 +345,11 @@ AccessKey ID (AK)
345345
**--access-key-secret, --sk** _optional_
346346
AccessKey Secret (SK)
347347

348-
**--endpoint, -e** _optional_
349-
API endpoint URL Example: esa.cn-hangzhou.aliyuncs.com
350-
351348
**Environment Variables**
352349
Read from environment variables:
353350

354351
- **ESA_ACCESS_KEY_ID**
355352
- **ESA_ACCESS_KEY_SECRET**
356-
- **ESA_ENDPOINT**
357353

358354
---
359355

docs/Commands_zh_CN.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)