Skip to content

provide private variables for all tasks in a given taskfile #306

@qbalsoftware

Description

@qbalsoftware

A/Taskefile.yml
vars:
FOO = abc

B/Taskfile.yml
vars:
FOO = zyz

Taskfile.yml
includes:
A : A/Taskfile.yml
B: B/Taskfile.yml

calling a task in A will always use the value of B > FOO

Global (already have this). FOO = abc
per Taskfile (do not have this) FOO = xyz
per task per Taskfile (already have this) FOO = yada yada yada

Metadata

Metadata

Assignees

No one assigned

    Labels

    No fields configured for feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions