#Collections and dagger up

1 messages ยท Page 1 of 1 (latest)

strong robin
#

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?

strong robin
shadow ore