Runs the Zuplo API locally
Code
Examples
Start the local development server with default settings (port 9000 for API, port 9100 for editor, port 9200 for docs)
Code
Start the local server on a custom port
Code
Start only the API server without opening the editor
Code
Start the API server without the docs server
Code
Start with Chrome DevTools inspector enabled on port 9229
Code
Options
--start-editor
Start the editor with the local server
Type:
booleanDefault: true--start-docs
Start the docs server with the local development setup
Type:
booleanDefault: true--unsafely-ignore-certificate-errors
Unsafely ignore certificate errors
Type:
booleanDefault: false--port
The port to run the local server on
Type:
numberDefault: 9000--editor-port
The port to run the route designer on
Type:
numberDefault: 9100--docs-port
The port to run the docs server on
Type:
numberDefault: 9200--debug-port
The port to run the Chrome inspector on
Type:
numberGlobal options
The following global options are available for all commands:
Last modified on