Skip to content

Dry-run mode #28

@ddymko

Description

@ddymko

We should support the ability for users to define dry-run mode on specific Git hooks or individual Git steps within those hooks.

This would provide granular control, allowing users to:
• Run all steps in a particular hook (e.g., pre-commit) in dry-run mode.
• Run only a specific hook (e.g., commit-msg) in dry-run mode.
• Run only selected steps within a hook in dry-run mode.

This enables users to safely preview what would happen during execution without making actual changes—ideal for debugging or testing hook behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions