depot / cli

🖥️ Depot CLI, build your Docker images in the cloud
https://depot.dev
MIT License
115 stars 5 forks source link

feat: pull all bake targets by default #256

Closed goller closed 4 months ago

goller commented 4 months ago

Previously, only a single named bake target would be pulled. This was awkward as one would need to know all targets and then loop.

Now, depot pull will download all targets simultaneously by default.

The names of the targets should correspond to those used by docker compose and therefore one should be able to immediately run docker compose up.

The --target option for depot pull has been changed to accept more than one string and now acts like a filter for the bake images to download.