serve
Start the development server.
archibald serve|s [options]
Options
| Option | Interactive | Description |
|---|---|---|
-e, --environment [environment] | ✔️ | Specify environment to use. Environments are configured in Archibald config under project/environments property. |
-t, --tenant [tenant] | ✔️ | Specify tenant to use. Tenants are configured in Archibald config under project/tenants property. |
-p, --platform [platform] | ✔️ | Specify platform to use. Platforms are configured in Archibald config under project/platforms property. |
-po, --platformOverride [platform] | Specify override platform to use. Platforms are configured in Archibald config under project/platforms property. | |
-m, --mode [mode] | ✔️ | Specify compile mode to use. Possible values:
|
-n, --native [native] | Specify native platform to build the project with. Possible values:
| |
-o, --open [open] | Open the application in the browser after the build. | |
-c, --client | Build only client. | |
-s, --server | Build only server. | |
-sl, --ssl | Serve application over HTTPS protocol. | |
-pl, --parallel | Build in parallel structure. | |
-i, --ide [ide] | Open the according ide. | |
-ins, --instrument | Instruments the code for code coverage analyze. Default: false | |
-q, --quiet | Don't use interactive cli and run the command with default options. | |
-h, --help | Show help commands. |
Native Options
Following options are additionally available in combination with the --native|-n command
| Option | Description |
|---|---|
-tnl, --tunnel | Connect to a dev server over a proxy URL that is accessible from any device with internet access. |
-d, --device | Do a local build with a device selection where to install it too. Default: false. |
-clr, --clear | Clear the native cache. |
-pb, --prebuild | Specify if expo should call prebuild. |