task icon indicating copy to clipboard operation
task copied to clipboard

Feature request: All remote taskfile options in .taskrc config

Open c-ameron opened this issue 2 years ago • 1 comments

As discussed here, I'd like to see options for the remote taskfiles to be included in taskfile schema.

Having them as a key in the .yml would make it easier to manage the options and a less clunky CLI invocation (especially in the context of sourcing/sharing different remote taskfiles).

As an example

includes:
  my-remote-namespace: https://raw.githubusercontent.com/my-org/my-repo/main/Taskfile.yml
  offline: true
  auto-update-ttl: weekly

I understand that you don't want to do schema changes while the remote taskfiles are still an experiment, but something to track/think about if it makes it to GA.

Thanks again for your work!

c-ameron avatar Nov 17 '23 19:11 c-ameron

@c-ameron I don't think we're going to be adding these to the main Taskfile schema. However, they will likely be added to the new .taskrc config file instead so I have changed the title accordingly and we will track those changes here.

@vmaerten has already started this process with #2210

pd93 avatar Apr 28 '25 16:04 pd93