Summary
This feature request proposes the addition of a feature that allows users to specify a directory for archiving all files contained within it. This capability aims to execute workflows that involve handling multiple files located in a single directory.
Example Use Case
Consider a scenario where multiple files reside within a directory named sampleDirectory. The objective is to archive all files from this directory using a single command line argument for -TargetFiles. For instance:
Compress-UnityPackage -OutputFilePath "C:\path\to\output.unitypackage" -TargetFiles "./sampleDirectory"
Thank you for considering this feature request!
Summary
This feature request proposes the addition of a feature that allows users to specify a directory for archiving all files contained within it. This capability aims to execute workflows that involve handling multiple files located in a single directory.
Example Use Case
Consider a scenario where multiple files reside within a directory named
sampleDirectory. The objective is to archive all files from this directory using a single command line argument for-TargetFiles. For instance:Thank you for considering this feature request!