shipfe 1.1.3 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +15 -15
  2. package/bin/shipfe +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,38 +4,38 @@
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
5
  [![GitHub](https://img.shields.io/badge/GitHub-Master--Jian/shipfe--rust-blue.svg)](https://github.com/Master-Jian/shipfe-rust)
6
6
 
7
- 一个强大的、**免费**、**基于 Rust** Web 应用部署工具,**不请求网络**,实现**一键前端静态部署包上传到服务器**。支持多环境和子环境部署,具有零停机原子部署功能。
7
+ A powerful, **free**, **Rust-based** web application deployment tool that **does not request network**, enabling **one-click upload of frontend static deployment packages to servers**. Supports multi-environment and sub-environment deployment with zero-downtime atomic deployment functionality.
8
8
 
9
- ## 安装
9
+ ## Documentation
10
+
11
+ 📖 [Full Documentation](https://master-jian.github.io/shipfe-rust/)
12
+
13
+ ## Installation
10
14
 
11
15
  ```bash
12
16
  npm install -g shipfe
13
17
  ```
14
18
 
15
- ## 快速开始
19
+ ## Quick Start
16
20
 
17
- 1. 初始化项目:
21
+ 1. Initialize the project:
18
22
  ```bash
19
23
  shipfe init
20
24
  ```
21
25
 
22
- 2. `shipfe.config.json` 中配置部署
26
+ 2. Configure deployment in `shipfe.config.json`
23
27
 
24
- 3. 部署:
28
+ 3. Deploy:
25
29
  ```bash
26
30
  shipfe deploy --profile prod
27
31
  ```
28
32
 
29
- ## 文档
30
-
31
- 📖 [完整文档](https://master-jian.github.io/shipfe-rust/)
32
-
33
- ## 常用命令
33
+ ## Common Commands
34
34
 
35
- - `shipfe deploy --profile <env>` - 部署到指定环境
36
- - `shipfe deploy --atomic` - 原子部署
37
- - `shipfe rollback --profile <env> --to <timestamp>` - 回滚到指定版本
35
+ - `shipfe deploy --profile <env>` - Deploy to specified environment
36
+ - `shipfe deploy --atomic` - Atomic deployment
37
+ - `shipfe rollback --profile <env> --to <timestamp>` - Rollback to specified version
38
38
 
39
- ## 许可证
39
+ ## License
40
40
 
41
41
  MIT
package/bin/shipfe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shipfe",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "description": "A deployment tool for web applications",
5
5
  "main": "index.js",
6
6
  "bin": {