#Collections and dagger up
1 messages ยท Page 1 of 1 (latest)
I think I got lost at some point. So sorry in advance for the dumb question ๐
on dagger check --go-test=foo,bar this means to access the collection go-test, and get the subset represented by the keys ["foo", "bar"]?
workspace.artifacts
.filterVerb(UP)
.filterDimension("type", ["my-app"])
.run
would get all the +up functions declared by the my-app collection and run them. Like dagger up --my-app for instance?
is dagger check --go-test=foo,bar enough or should it be more dagger check --type=go-test --go-test=foo,bar?
Regarding up and collections, I wonder if that could be interesting to have a feature a bit like the profiles in docker compose (https://docs.docker.com/compose/how-tos/profiles/)
I'm not entirely sure to see how that could fit.
yes ๐ would be dagger up --type=my-app but I agree --my-app would be nice too