Get execution-order
get execution-order -
Notes
Expected Output:
YAML ordered list of modules for execution, topologically sorted based on dependencies. By default includes transitive dependencies. Use --skip-depm to only order specified modules.
Examples
get execution-order r2r-cli # YAML output with deps
get execution-order r2r-cli --format list # One module per line
get execution-order r2r-cli --format space # Space-separated
for mod in $(get execution-order r2r-cli --format list); do ... done
See Also
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.