pulumi/Glob
Performs file operations on selections of files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| operation | The operation to perform on the selected files. Currently only supports "copy". | yes | — |
| files | List 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 | — | — |
| source | Directory within which to search for files. | no | . |
| destination | Destination, required for the "copy" operation. | no | — |
Outputs
| name | description |
|---|---|
| count | Number of files matched. |