tilt-dev / tilt-extensions

Extensions for Tilt
https://tilt.dev/
Apache License 2.0
204 stars 162 forks source link

earthly: add windows-specific command and restarts #417

Closed konradmalik closed 2 years ago

konradmalik commented 2 years ago

Turns out that for windows-native earthly installations the $EXPECTED_REF variable was not expanded properly. Needed to add a windows-specific command via command_bat.

Additionally, I added a "docker_build_with_restart"-like functionality.