@nmakarov/cli-toolkit 0.59.0 → 0.61.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/dist/deploy.cjs +57 -16
- package/dist/deploy.cjs.map +1 -1
- package/dist/deploy.js +57 -16
- package/dist/deploy.js.map +1 -1
- package/dist/index.cjs +57 -16
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +57 -16
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/scripts/deploy/cli.js +2 -2
package/package.json
CHANGED
package/scripts/deploy/cli.js
CHANGED
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
* --host ssh Host alias → run remotely (omit to run locally)
|
|
23
23
|
* --appsRoot override the manifest appsRoot (handy for /tmp dry runs)
|
|
24
24
|
* --dryRun --skipPull --skipTests --skipNginx
|
|
25
|
-
* --stopFirst (deploy: pm2 stop → wait → activate →
|
|
26
|
-
* default is rolling: activate then
|
|
25
|
+
* --stopFirst (deploy: pm2 stop → wait → activate → delete+start;
|
|
26
|
+
* default is rolling: activate then delete+start)
|
|
27
27
|
* --withBootstrap --noDeploy (provision)
|
|
28
28
|
* --release=<stamp> (rollback to a specific release)
|
|
29
29
|
* --deployKey=~/.ssh/key (git deploy key, ssh repos)
|