dpg docs
dpg docs
Serve the DPG documentation locally
Synopsis
Start a local HTTP server and serve the embedded DPG documentation.
The documentation site is compiled into the binary at release build time. Development builds (make build) do not embed the documentation; use a release binary or build with: make build-full
dpg docs [flags]
Options
-h, --help help for docs
--open open the browser automatically
-p, --port int port to serve on (default 6060)
Options inherited from parent commands
-C, --dir string project root directory (default: current working directory)
--env string path to .env file (default: .env in project root, if present)
SEE ALSO
- dpg - Declarative PG — schema compiler and migration tool