-
Notifications
You must be signed in to change notification settings - Fork 38
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
built-in tar:
provider
#10
Comments
What would be the use case for this?. Just wanna understand it with an example to see if I can help. |
This way we can support any artillery template provider using a known convention without the need to create a custom one, out of the box. Something like this: Resolves to: {
name: 'pikachu',
version: '1.0.0',
tar: `https://my-template-registry.com/template/v1.tar`
} This way, other than custom CDN, we can support npm registry and github releases as template provider! Examples: |
@pi0 I can take this if you approve the scope described above |
When will this functionality be in master? |
Support a built-in provider to automatically resolve from a URL to a tar file
The text was updated successfully, but these errors were encountered: