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
Code
Type:
boolean
Default: true
--unsafely-ignore-certificate-errors
Unsafely ignore certificate errors
Code
Type:
boolean
Default: false
--port
The port to run the local server on
Code
Type:
number
Default: 9000
--editor-port
The port to run the route designer on
Code
Type:
number
Default: 9100
--debug-port
The port to run the Chrome inspector on
Code
Type:
number
Global options
The following global options are available for all commands:
Last modified on