Appearance
CLI Reference
Complete command reference for Updatectl.
updatectl
Root command.
bash
updatectl [command]Available Commands
init- Initialize configuration and daemonwatch- Run update daemon manuallybuild- Run build command for a specific projectversion- Show version information
init
Initialize Updatectl configuration and set up the daemon.
bash
updatectl initCreates config file and systemd service (Linux) or Task Scheduler job (Windows).
watch
Run the update daemon. Checks all projects for updates at configured intervals.
bash
updatectl watchUse for manual testing or when daemon is not running.
build
Run the build command for a specific project.
bash
updatectl build [project-name]Executes the configured buildCommand for the specified project without pulling changes.
version
Display version information.
bash
updatectl versionGlobal Flags
--help- Show help--version- Show version