shipfe 1.0.0 → 1.0.1

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.
package/README.md CHANGED
@@ -59,14 +59,13 @@ shipfe deploy --profile dev --all-sub
59
59
  shipfe deploy --atomic
60
60
  ```
61
61
 
62
- ### Activate License (for premium features)
63
- ```bash
64
- shipfe activate --profile prod --file license.key
65
- ```
66
-
67
62
  ### Rollback Deployment
68
63
  ```bash
64
+ # Rollback main environment
69
65
  shipfe rollback --profile prod --to 20260303_034945
66
+
67
+ # Rollback sub-environment
68
+ shipfe rollback --profile prod-admin --to 20260303_034945
70
69
  ```
71
70
 
72
71
  ### Configuration
package/README_CN.md CHANGED
@@ -59,14 +59,13 @@ shipfe deploy --profile dev --all-sub
59
59
  shipfe deploy --atomic
60
60
  ```
61
61
 
62
- ### 激活许可证(高级功能)
63
- ```bash
64
- shipfe activate --profile prod --file license.key
65
- ```
66
-
67
62
  ### 回滚部署
68
63
  ```bash
64
+ # 回滚主环境
69
65
  shipfe rollback --profile prod --to 20260303_034945
66
+
67
+ # 回滚子环境
68
+ shipfe rollback --profile prod-admin --to 20260303_034945
70
69
  ```
71
70
 
72
71
  ## 配置
package/bin/shipfe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shipfe",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A deployment tool for web applications",
5
5
  "main": "index.js",
6
6
  "bin": {