Usage: nsd drawio http-server [-hV] [--[no-]console] [--progress-console]
[--progress-data] [--progress-json]
[--connection-base=<connectionBase>]
[--http-host=<httpHost>] [--http-port=<httpPort>]
[--http-server-shutdown-timeout=<timeout>]
[--progress-output=<progressOutput>]
<processorProperty> <routeProperty>
Routes HTTP requests to a diagram element processor
<processorProperty> Processor property
<routeProperty> Route property
--connection-base=<connectionBase>
Connection base
Valid values: PARENT, SOURCE, TARGET
--[no-]console If true starts a console and waits for exit
command,
otherwise creates a shutdown hook disposing the
server
-h, --help Show this help message and exit.
--http-host=<httpHost>
HTTP host (network interface) to bind to
--http-port=<httpPort>
HTTP port. If a port is not specified,
an ephemeral port is used
--http-server-shutdown-timeout=<timeout>
Timeout in seconds,
defaults to 3 seconds
--progress-console Output progress to console
--progress-data Output progress data
--progress-json Output progress in JSON
--progress-output=<progressOutput>
Output file for progress monitor
-V, --version Print version information and exit.
drawio diagram.drawio http-server --http-port=8080 processor route
- Parent drawio command loads
diagram.drawio
file
- This command:
- Loads processor invocable URIs from the
processor
property
- Loads route definitions from the
route
property
- Serves diagram element routes on port
8080