Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for task-level options propagated to all commands #180

Merged
merged 1 commit into from
Mar 23, 2024

Commits on Mar 22, 2024

  1. add support for task-level options propagated to all commands

    the initial goal was to allow setting task-level secrets, however, to keep things consistent with other options it was extended to support all the options. The solution has a limitation and command options can't reset boolean options defined on task level. This is because we don't have a way to distinguish between default values (i.e. false for bool) and false set for real.
    umputun committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c4db01c View commit details
    Browse the repository at this point in the history