-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
feature requestNew feature or requestNew feature or request
Description
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
Labels
feature requestNew feature or requestNew feature or request