File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,19 @@ ARGUMENTS
41
41
WORKDIR [default: (directory to binary)] Specify working dir
42
42
43
43
OPTIONS
44
- -d, --data-dir=data-dir
45
- -h, --host=host [default: 0.0.0.0]
46
- -o, --open Open in browser on startup
47
- -p, --port=port [default: 8443] Port to bind on
48
- -v, --version show CLI version
49
- --allow-http
50
- --cert=cert
51
- --cert-key=cert-key
52
- --help show CLI help
53
- --no-auth
54
- --password=password
44
+ --cert <value>
45
+ --cert-key <value>
46
+ -e, --extensions-dir <dir> Set the root path for extensions.
47
+ -d --user-data-dir <dir> Specifies the directory that user data is kept in, useful when running as root.
48
+ --data-dir <value> DEPRECATED: Use '--user-data-dir' instead. Customize where user-data is stored.
49
+ -h, --host <value> Customize the hostname. (default: "0.0.0.0")
50
+ -o, --open Open in the browser on startup.
51
+ -p, --port <number> Port to bind on. (default: 8443)
52
+ -N, --no-auth Start without requiring authentication.
53
+ -H, --allow-http Allow http connections.
54
+ -P, --password <value> DEPRECATED: Use the PASSWORD environment variable instead. Specify a password for authentication.
55
+ --disable-telemetry Disables ALL telemetry.
56
+ --install-extension <value> Install an extension by its ID.
55
57
```
56
58
57
59
### Data Directory
You can’t perform that action at this time.
0 commit comments