shipfe 0.1.15 → 0.2.0
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 +7 -0
- package/bin/shipfe +0 -0
- 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
|