@caweb/cli 1.15.7 → 1.15.8

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.
@@ -43,6 +43,40 @@ const buildFlags = [
43
43
  ];
44
44
 
45
45
  const serveFlags = [
46
+ "-c",
47
+ "--config",
48
+ "--config-name",
49
+ "-m",
50
+ "--merge",
51
+ "--disable-interpret",
52
+ "--env",
53
+ "--node-env",
54
+ "--config-node-env",
55
+ "--analyze",
56
+ "--progress",
57
+ "-j",
58
+ "--json",
59
+ "--fail-on-warnings",
60
+ "-d",
61
+ "--devtool",
62
+ "--no-devtool",
63
+ "--entry",
64
+ "-e",
65
+ "--extends",
66
+ "--mode",
67
+ "--name",
68
+ "-o",
69
+ "--output-path",
70
+ "--stats",
71
+ "--no-stats",
72
+ "-t",
73
+ "--target",
74
+ "--no-target",
75
+ "-w",
76
+ "--watch",
77
+ "--no-watch",
78
+ "--watch-options-stdin",
79
+ "--no-watch-options-stdin",
46
80
  "--allowed-hosts",
47
81
  "--allowed-hosts-reset",
48
82
  "--bonjour",
@@ -115,7 +149,13 @@ const serveFlags = [
115
149
  "--watch-files",
116
150
  "--watch-files-reset",
117
151
  "--no-web-socket-server",
118
- "--web-socket-server-type"
152
+ "--web-socket-server-type",
153
+ "--color",
154
+ "--no-color",
155
+ "-v",
156
+ "--version",
157
+ "-h",
158
+ "--help"
119
159
  ];
120
160
 
121
161
  export { buildFlags, serveFlags };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/cli",
3
- "version": "1.15.7",
3
+ "version": "1.15.8",
4
4
  "description": "CAWebPublishing Command Line Interface.",
5
5
  "exports": "./lib/env.js",
6
6
  "type": "module",