#Excluding subdirs of a Functions argument of type dagger.Directory
1 messages · Page 1 of 1 (latest)
hey @vivid summit ! not yet supported but it's a priority on our list. https://github.com/dagger/dagger/issues/6155
1 messages · Page 1 of 1 (latest)
In non-Zenith land this is usually something like dag.host().directory(".", exclude=[stuff].
In Functions it might look like this:
@function
def test(self, dir: dagger.Directory):
How can I now exclude known dirs/files?
hey @vivid summit ! not yet supported but it's a priority on our list. https://github.com/dagger/dagger/issues/6155