Verify Local Artifacts

Compare artifacts on local machine with inventory.
Table 1. Input properties for the Verify Local Artifacts step
Name Type Description Required
Directory Offset String The working directory to use when executing this command. This is relative to current working directory. Yes
Includes String The patterns to match files to upload. The wildcard ** indicates every directory and the wildcard * indicates every file. So the pattern dist/**/* would retrieve the entire file tree underneath the dist directory. Yes
Excludes String The patterns to exclude files to upload. No

Feedback