pipeline run
Overview
Command: r2r eac pipeline-run [module...]
Purpose: Execute module pipelines respecting dependencies
Category: pipeline
Syntax
Examples
# Run pipeline for module
r2r eac pipeline-run src-auth
# Run for all modules
r2r eac pipeline-run --all
# Run for changed modules
CHANGED=$(r2r eac get changed-modules-ci | jq -r '.changed_modules[]')
r2r eac pipeline-run $CHANGED
See Also
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.