Skip to content

xlflow runner

Manage the persistent xlflow runner marker module used by some workbook execution flows.

Usage

bash
xlflow runner install
xlflow runner status
xlflow runner remove

Options and Arguments

Option / argumentDescriptionDefault
installInstall or update the runner marker module.-
statusReport whether the marker is present.-
removeRemove the marker module.-
--jsonReturn structured runner state.false

Examples

bash
xlflow runner status --json
xlflow runner install --json

Notes

TIP

Most users can rely on xlflow run; use runner directly when debugging persistent runner state.

JSON Output Example

Successful --json output uses the xlflow envelope plus command-specific fields.

json
{
  "status": "ok",
  "command": "runner status",
  "runner": { "installed": true, "module": "XlflowRunner" }
}

Released under the MIT License.