Skip to content

⚡ Add dry-run mode for pipeline execution #32

@szmyty

Description

@szmyty

Title: ⚡ Add dry-run mode for pipeline execution


Description

Add a mode that simulates execution without actually running commands.


Goals

  • Allow users to preview pipeline behavior
  • Improve safety and debugging

Requirements

  • Add flag:

renderflow build --dry-run

  • Behavior:
    • log what would happen
    • do NOT execute commands
    • do NOT create files

Acceptance Criteria

  • Dry-run mode logs intended actions
  • No files created
  • No external commands executed

Metadata

Metadata

Assignees

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