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
Copy file name to clipboardExpand all lines: docs/docs/core/cli-reference.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ Usage: cocoindex server [OPTIONS] APP_TARGET
152
152
|`-a, --address TEXT`| The address to bind the server to, in the format of IP:PORT. If unspecified, the address specified in COCOINDEX_SERVER_ADDRESS will be used. |
153
153
|`-c, --cors-origin TEXT`| The origins of the clients (e.g. CocoInsight UI) to allow CORS from. Multiple origins can be specified as a comma-separated list. e.g. `https://cocoindex.io,http://localhost:3000`. Origins specified in COCOINDEX_SERVER_CORS_ORIGINS will also be included. |
154
154
|`-ci, --cors-cocoindex`| Allow https://cocoindex.io to access the server. |
155
-
|`-cl, --cors-local INTEGER`| Allow http://localhost:<port> to access the server. |
155
+
|`-cl, --cors-local INTEGER`| Allow http://localhost:<port> to access the server. |
156
156
|`-L, --live-update`| Continuously watch changes from data sources and apply to the target index. |
157
157
|`--setup`| Automatically setup backends for the flow if it's not setup yet. |
158
158
|`--reexport`| Reexport to targets even if there's no change. |
0 commit comments