shipfe 0.1.15 → 0.1.16

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 +7 -0
  2. package/bin/shipfe +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -145,6 +145,13 @@ shipfe deploy --profile dev-shop
145
145
  shipfe deploy --profile dev-cu
146
146
  ```
147
147
 
148
+ ### Deploy all sub-environments at once
149
+ ```bash
150
+ shipfe deploy --profile dev --all-sub
151
+ ```
152
+
153
+ This will deploy to all sub-environments (admin, shop, cu) in sequence.
154
+
148
155
  Sub-environments inherit settings from the parent environment and can override `build_command`, `local_dist_path`, and `remote_deploy_path`.
149
156
 
150
157
  **Or use environment variable for all servers:**
package/bin/shipfe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shipfe",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "A deployment tool for web applications",
5
5
  "main": "index.js",
6
6
  "bin": {