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.
It will be very useful to have dunner installation embeded in the git repo itself rather than expecting it to be installed on host machine. that way it is ensured all developers in a team works with same version of Dunner.
Secondly, In our CI env, we don't have ability to install different software, we run everying via docker.
Describe the solution you'd like
It would be useful to have Dunner wrapper similar to gradlew or mvnw. Another good reference is https://batect.dev/, though it has dependency on Java, which isn't ideal.
The text was updated successfully, but these errors were encountered:
Dunner requires local installation, which means different developers can be running different versions of Dunner. Where as if you see mvnw or gradlew uses a wrapper script committed to source control to manage the version and ensure that everyone - developers and CI - use the same version and so have a consistent experience.
Is your feature request related to a problem? Please describe.
It will be very useful to have dunner installation embeded in the git repo itself rather than expecting it to be installed on host machine. that way it is ensured all developers in a team works with same version of Dunner.
Secondly, In our CI env, we don't have ability to install different software, we run everying via docker.
Describe the solution you'd like
It would be useful to have Dunner wrapper similar to gradlew or mvnw. Another good reference is https://batect.dev/, though it has dependency on Java, which isn't ideal.
The text was updated successfully, but these errors were encountered: