Zuplo CLI
Zuplo CLI: Dev
Runs the Zuplo API locally
Code
Examples
Start the local development server with default settings (port 9000 for API, port 9100 for editor)
Code
Start the local server on a custom port
Code
Start only the API server without opening the editor
Code
Start with Chrome DevTools inspector enabled on port 9229
Code
Options
--start-editor
Start the editor with the local server
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--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