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

Feature request: Allow taskfile schema to use options related to remote taskfiles #1403

Open
c-ameron opened this issue Nov 17, 2023 · 0 comments
Labels
area: remote Changes related to remote taskfiles. type: feature A new feature or functionality.

Comments

@c-ameron
Copy link

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.github.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!

@task-bot task-bot added the state: needs triage Waiting to be triaged by a maintainer. label Nov 17, 2023
@pd93 pd93 added type: feature A new feature or functionality. area: remote Changes related to remote taskfiles. and removed state: needs triage Waiting to be triaged by a maintainer. labels Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: remote Changes related to remote taskfiles. type: feature A new feature or functionality.
Projects
None yet
Development

No branches or pull requests

3 participants