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

New "provider" property, to allow further custom configuration of providers #11

Closed
Badgerati opened this issue Oct 3, 2019 · 2 comments · Fixed by #13
Closed

New "provider" property, to allow further custom configuration of providers #11

Badgerati opened this issue Oct 3, 2019 · 2 comments · Fixed by #13
Assignees
Labels
enhancement New feature or request

Comments

@Badgerati
Copy link
Owner

Badgerati commented Oct 3, 2019

To allow for further custom configuration of providers, there should be a new providers: block.

This should allow for custom sources, and custom global args that will be used for each package of that provider.

providers:
  choco:
    sources:
    - name: '<source-name>'
      url: '<source-url>'
    args:
      install: '--noprogress'

  scoop:
    sources:
    - name: '<bucket-name>'
      url: '<bucket-url>'
@Badgerati Badgerati added the enhancement New feature or request label Oct 3, 2019
@Badgerati
Copy link
Owner Author

Badgerati commented Oct 3, 2019

Ooo! Could also have a scripts: block on each provider, where the script will be run pre/post each package that uses that provider

(original post updated)

@Badgerati
Copy link
Owner Author

Support on a source for default: true, which forces a custom source to be used by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant