pulumi/Glob

Performs file operations on selections of files.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
operationThe operation to perform on the selected files. Currently only supports "copy". yes
filesList of glob patterns of the files to operate on. This can be a multi-line input with multiple patterns. For full details of the patterns supported, see: https://github.com/mrmlnc/fast-glob#pattern-syntax
sourceDirectory within which to search for files.no.
destinationDestination, required for the "copy" operation.no
namedescription
countNumber of files matched.