@nmakarov/cli-toolkit 0.59.0 → 0.63.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nmakarov/cli-toolkit",
3
- "version": "0.59.0",
3
+ "version": "0.63.0",
4
4
  "description": "A comprehensive toolkit for building CLI applications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -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 → pm2 start;
26
- * default is rolling: activate then startOrReload)
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)