All versions since [0.4.2]
[0.4.2]
Added
job start --waitandtemplate run --waitnow wait for the resulting Job to reach a terminal state and exit non-zero when it does not complete successfully.--timeoutlimits the wait while leaving the Job running.
Changed
- Raise the
pinexq-clientfloor to>=1.11.0.
[0.4.3] Latest
Added
- Step-by-step Job composition (#49).
job create --name NAMEnow creates an empty Job to compose,--processing-stepkeeps the one-shot RapidSetupJob behaviour, and--parent JOB [--inherit-folder]creates a sub-job; a flag the chosen Action has no property for is a usage error before anything is sent. job select-processing,job configure,job set-input, andjob clear-inputselect a Job’s ProcessingStep, configure its parameters, and assign, source from a folder (--folder PATH [--no-recursive]), or clear the WorkData on one input DataSlot.job configure --paramis typed against the Action’s own schema, falling back to the selected ProcessingStep’s parameter schema.- Input DataSlots are addressed by 0-based index or case-insensitive name, on
job set-input/clear-inputand on the Template verbs, andjob showandtemplate shownow list the index.
Changed
- Actions on sub-entities such as DataSlots stay reachable through the Bound verbs above rather than the generic
actioncommand (ADR-0006).