CLI Reference
Run the daemon
Section titled “Run the daemon”elastic-fruit-runner [--config PATH]The daemon loads config, starts runner controllers, starts the Console, and waits for jobs.
| Flag | Default | Description |
|---|---|---|
--config PATH | Config search paths | Select one YAML config file |
Without --config, see Configuration Reference for the search order.
Example:
elastic-fruit-runner --config /etc/elastic-fruit-runner/config.yamlReset the Console password
Section titled “Reset the Console password”elastic-fruit-runner reset-password [--config PATH]The command opens the configured SQLite database, removes the local admin password, and removes every Console session.
Stop the daemon before running this command. Start it again to create a new setup code.
Example:
elastic-fruit-runner reset-password --config /etc/elastic-fruit-runner/config.yamlSee How to reset the Console password for service specific steps.
Exit behavior
Section titled “Exit behavior”The daemon listens for SIGINT and SIGTERM. It stops the HTTP server and runner controllers before exit.
Startup errors are written as JSON logs and return a nonzero exit status.