Skip to content

[Feature Request] Workflow commands flag #217

@AgustinSilverfin

Description

@AgustinSilverfin

Describe the solution you'd like
We could introduce a --workflow, -w flag in most commands to perform operations in bulk, based on a pre-selection of common templates that are used together.

Additional context
We will need to introduce a new configuration file at the root of the repository, which could named workflows.json and look like:

"workflow_1": {
  "reconciliationTexts": [ "handle_1", "handle_2" ]
  "sharedParts": [ "handle_3", "handle_4"] 
}
"workflow_2": "..."

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions