DotAPP: Runtime
DotHRB DotApp is designed to run applications at their fastest possible speeds. By focusing exclusively on production-level execution and eliminating unnecessary background processes, it provides a lean, high-performance environment for your release builds.
Usage Syntax
dotapp [options] [command]
1. ⚙️ Global Options
These options configure the server environment, logging, and connection parameters.
| Option | Description |
|---|---|
-h / -help | Display the help documentation. |
-url <url> | Set the listen URL for the application server (e.g., http://localhost:5000). |
-err-stop | Halt execution immediately in case of an error. |
--license | Display license and copyright information. |
--version | Display the tool version number. |
2. 📝 Practical Examples
| Scenario | Command | Purpose |
|---|---|---|
| Run Published App | dotapp myapp.app | Launches an application that has already been published/compiled. |