ironmansoftware / universal-automation

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

Place the .ua next to the scripts #160

Open claudiospizzi opened 4 years ago

claudiospizzi commented 4 years ago

Is your Enhancement request related to a problem? Please describe

Currently, the script settings are stored in the .ua folder. With multiple script and a complex folder structure, the settings related to the scripts are hard to found. Maybe considering moving the settings file next to the script. e.g. something like this:

Current:

/.ua/FolderA/Folder1/MyScript.Mata.ps1
/FolderA/Folder1/MyScript.ps1

Idea:

/FolderA/Folder1/MyScript.ps1
/FolderA/Folder1/MyScript.Meta.ps1

The settings.ps1 and other global scripts are find in the .ua folder - there it makes sense.