Typical calls

RubinNightsUpdateCLI.exe --help
RubinNightsUpdateCLI.exe --version
RubinNightsUpdateCLI.exe --run-update --scheduled
RubinNightsUpdateCLI.exe --run-update --force-errors
RubinNightsUpdateCLI.exe --build-site-only
RubinNightsUpdateCLI.exe --serve --open-browser
RubinNightsUpdateCLI.exe --install-task --task-time 03:20 --time-window-days 5
RubinNightsUpdateCLI.exe --task-status

Update parameters

Parameter Purpose Value
--run-updateRuns the complete unattended updater: object refresh, Rubin report cache and website build.Flag
--scheduledUses scheduled-run behavior and respects failed-report retry backoff.Flag
--force-errorsRetries failed Rubin URLs immediately, ignoring their current retry delay.Flag
--build-site-onlySkips Rubin downloads and rebuilds the local website from the current cache.Flag
--cached-indexUses the locally cached report index instead of checking the remote Rubin index.Flag
--skip-object-refreshKeeps the current objects.csv even if a configured object source exists.Flag
--time-window-daysSets the Object Check match window on each side of the user observation time.Number, default from config; current setup uses 5.
--object-fileImports an ADES XML, ADES PSV or OBS80-like object source before building the site.Path to file

Task and website parameters

Parameter Purpose Value
--install-taskCreates or updates the daily Windows task RubinNightsCacheUpdate.Flag
--remove-taskRemoves the daily Windows task.Flag
--run-taskStarts the installed task immediately through Windows Task Scheduler.Flag
--task-statusPrints the current Windows task status.Flag
--task-timeDaily task start time used with --install-task.HH:MM, default 03:20.
--serveStarts a local HTTP server for the generated website and keeps it running.Flag
--open-browserOpens the local website when used with --serve.Flag
--portPreferred local website port. If occupied, Rubin Nights uses the next free port.Integer, default 8765.
--statusPrints configuration, cache summary and last-run status as JSON.Flag
--versionPrints application version and build.Flag