Skip to content

Run tasks that are marked internal #2496

@MetalArend

Description

@MetalArend

Description

I would love to have the ability to have some tasks not show up in the task list-all, but still be usable as a task.

internal: true filters them from the tasks list, but also makes it impossible to run them directly.

tasks:
  go:
    internal: true # keeps it internal, so hides it
    callable: true # opens it up to be callable, even while being internal

or

tasks:
  go:
    hidden: true # not showing up in the list-all command

or

tasks:
  go:
    visibility: verbose|very_verbose # only visible when running task with "--verbose"

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: formattingChanges related to output and formatting.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions