Skip to content

ci-workflows

get ci-workflows - Get list of CI workflow modules

Discovers all CI workflows (ci-*.yaml) and returns module names.

This replaces the bash pattern: for workflow in .github/workflows/ci-*.yaml; do module=$(basename "$workflow" .yaml | sed 's/^ci-//') done

Output formats: --format space: "mod1 mod2 mod3" (default) --format list: One module per line --format json: ["mod1", "mod2", "mod3"]

Flags

Flag Description
--format Output format (space, list, json)

Examples

get ci-workflows                    # Space-separated
get ci-workflows --format list      # One per line
get ci-workflows --format json      # JSON array

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.