You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
files script files to execute. If no script is given, all .js files in the current directory are
67
-
loaded. If one or more script is given, these files are loaded instead of the directory.
66
+
files script files to execute. If no script is given, all .js files in the current directory are loaded. If one or more script is given, these files are loaded instead of the directory.
68
67
69
68
Options:
70
-
-v, --version display node-wot version
71
-
-i, --inspect [host]:[port] activate inspector on host:port (default: 127.0.0.1:9229)
72
-
-ib, --inspect-brk [host]:[port] activate inspector on host:port (default: 127.0.0.1:9229)
73
-
-c, --client-only do not start any servers (enables multiple instances without port conflicts)
74
-
-cp, --compiler <module> load module as a compiler
75
-
-f, --config-file <file> load configuration from specified file (default: "wot-servient.conf.json")
Environment variables must be provided in a .env file in the current working directory.
128
-
129
-
Example:
130
-
VAR1=Value1
131
-
VAR2=Value2
132
97
```
133
98
134
99
Additionally, you can look at [the JSON Schema](https://github.com/eclipse-thingweb/node-wot/blob/master/packages/cli/src/wot-servient-schema.conf.json) to understand possible values for each field.
0 commit comments