get execution-order
Overview
Command: r2r eac get execution-order <module...>
Purpose: Get execution order for specific modules based on dependencies
Category: get
Syntax
Examples
# Get build order
r2r eac get execution-order r2r-cli | jq '.'
# Extract ordered list
r2r eac get execution-order r2r-cli | jq -r '.execution_order[]'
# Build in order
for module in $(r2r eac get execution-order r2r-cli | jq -r '.execution_order[]'); do
r2r eac build $module
done
See Also
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.