Is it possible to do it this way?
Right now, When you make a new Dashboard it makes a new ps1 inside of the Repository directory, which works, however it also prevents you from running multiple dashboards in a clear manner and can prevent some use-cases.
Example:
Running a Production dashboard on PSU, One could also run a beta of that dashboard on say localhost/beta-test
Currently, if they use the same files, you can’t actually do that without affecting the production dashboard or the Beta dashboard, you actually can’t test.
Additionally, it can become easy to mix up which files belong to which dashboard depending on the environment.
Proposal is instead of making a new ps1 file, create a directory with the name (or ID) of the Dashboard and then the PS1 inside of that directory to help organize things clearly.