CLI Reference¶
Usage¶
Global Options¶
--log-level <LEVEL>- Override logging level for this run (trace,debug,info,warn,error). This is applied only torunand is ignored by service commands.
Commands¶
run¶
Run in console mode with visible output.
Options:
- --console - Force console output regardless of config
Examples:
service¶
Manage Windows service installation and lifecycle.
Service commands require an elevated PowerShell.
Examples:
Default Behavior¶
Running rustinel without arguments is equivalent to rustinel run.
Exit Codes¶
| Code | Meaning |
|---|---|
| 0 | Success |
| 1 | Error (check logs for details) |
Environment Variables¶
Configuration can be overridden via environment variables using the EDR__ prefix and double underscore separators.
To clear a variable for the current shell:
See Configuration for all available options.