ironmansoftware / universal-automation

Universal Automation is the PowerShell-first automation platform.
https://ironmansoftware.com/universal-automation/
MIT License
24 stars 4 forks source link

Allow moving of scripts to different folder #98

Open Windos opened 4 years ago

Windos commented 4 years ago

Is your Enhancement request related to a problem? Please describe

Sometimes scripts get created in the wrong (probably root) folder, it would be desirable to move these after creation without have to do so via git.

Describe the solution you'd like

Add a folder parameter to Set-UAScript, or

Add a Move-UAScript function, and

Allow moving the script when editing via the dashboard, likely related to the modal change request in #97

All changes will need to also move the meta file.

Describe how this would improve your Universal Automation Quality of Life

Makes maintenance easier, esp for git-phobic people.