fireflycons / PSCloudFormation

Easy CloudFormation deployments from PowerShell command line. Exports CloudFormation Stacks to Terraform
MIT License
6 stars 0 forks source link

Autodetect packaging #77

Closed fireflycons closed 4 years ago

fireflycons commented 4 years ago

For new and update cmdlets where the input is local (file or string), parse the template looking for items that need packaging (paths to code files, other templates etc). When found, automatically package first before applying.

This will have the added benefit that dynamic parameters can be used with templates that require packaging.