@openez-graph/cli 0.2.0 → 0.2.1
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/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,6 +17,8 @@ openez index [path] # incremental index
|
|
|
17
17
|
openez reindex [path] # full rebuild
|
|
18
18
|
openez watch [path] # watch + auto-reindex on changes
|
|
19
19
|
openez serve --mcp # start MCP server (auto-index + auto-sync)
|
|
20
|
+
openez serve --web # start web dashboard API server (default port 17881)
|
|
21
|
+
openez serve --web --port 8080 # start web dashboard API server on custom port
|
|
20
22
|
openez status [path] # show workspace status
|
|
21
23
|
openez list # list registered workspaces
|
|
22
24
|
openez setup claude # wire up Claude Code
|