Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new cci command group for hashing configs, flows, and dependencies and for freezing flows #3833

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 21, 2024

  1. Add new cci command group for hashing config and support for freezing…

    … flows:
    
    - New `cci hash` command group
        - `cci hash config`: Hashes full project config
        - `cci hash config --locators project__package,orgs__scratch__feature`: Hashes only two sections of config
        - `cci hash flow dev_org`: Hashes the current dynamic configuration of the `dev_org` flow
        - `cci hash flow dev_org --freeze`: Freezes the `dev_org` flow to a flattened list of static steps
    - New `cci flow freeze dev_org`: Freezes the flow, hashes the frozen flow, outputs dev_org__a1b2c3D4.yml with the frozen flow defiinition
    - New `cumulusci.core.github.set_github_output` for handling setting a GitHub Actions output variable if running in a GitHub Actions worker
    - Added `freeze` method to flowrunner
    jlantz committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    050f956 View commit details
    Browse the repository at this point in the history