mirror of
https://github.com/run-llama/workflows-py.git
synced 2026-07-19 16:53:35 -04:00
4f0d01c782
Previously 'dev.py down --target docker-desktop' failed because the Tiltfile defaulted to 'kind-kind' regardless, and the --target flag had to come before the subcommand. Forward the target positional arg to 'tilt down' (matching 'tilt up'), and allow --target on each subcommand so it works in either position.