You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have started using this project yesterday and found myself confronted with the lack of support for dynamic paths.
By that I mean that every destination for a file is static and will not change.
Describe the solution you'd like
Allow path expansions, shell style:
** being in this case gibberish that is firefox version dependent, at least I assume.
And the deploy could fail if the expansion is ambiguous.
I wasn't able to find any crate that already does this for you,
Describe alternatives you've considered
Alternatively it would be a possibility to add string interpolation to the .toml files and allow shell script evaluation.
This is very similar to #61 , and would be covered by it.
Sadly I don't have much bandwidth to work on the project nowadays, so a PR implementing this would be greatly appreciated.
For your use case, you can run a pre-deploy script with something like
I will start looking at the code and how to implement the feature mentioned in #61 and this issue.
However it will take some time as I do not have a lot of experience in Rust and I don't have an
enormous bandwidth either. But I suppose there isn't much urgency.
Is your feature request related to a problem? Please describe.
I have started using this project yesterday and found myself confronted with the lack of support for dynamic paths.
By that I mean that every destination for a file is static and will not change.
Describe the solution you'd like
Allow path expansions, shell style:
**
being in this case gibberish that is firefox version dependent, at least I assume.And the deploy could fail if the expansion is ambiguous.
I wasn't able to find any crate that already does this for you,
Describe alternatives you've considered
Alternatively it would be a possibility to add string interpolation to the .toml files and allow shell script evaluation.
The text was updated successfully, but these errors were encountered: