CLI Overview¶
Engrave keeps the command line small on purpose. Most people only need three commands:
engrave buildfor one-off buildsengrave watchfor rebuild-on-save workflowsengrave serverfor local preview during development
Choose the right command¶
engrave build¶
Use this when you want static output written to a destination directory.
engrave watch¶
Use this when you want Engrave to keep rebuilding in the background without starting a local web server.
engrave server¶
Use this when you want a local preview server alongside automatic rebuilds.
Need the full CLI?¶
The docs stay intentionally short. For the exact options available in your installed version, use: