What happened to import / specifying dashboard path in PSU 2.6.2

Product: PowerShell Universal
Version: 2.6.2

In this version, how do I specify the path to my dashboard ps1 file? I have that file checked into a Git repo in our own source and that script uses $PSScriptRoot relative files. In previous versions, I could select “Import” instead of Add but I don’t see that option in the updated version.

We never added it back after the 1.x to 2.x upgrade. It’s in our backlog but haven’t had many ask for it.

You can work around this by editing the dashboards.ps1 file in the Settings \ Configurations page. The path to the dashboard is relative to your repository so if it’s in the root, you can just put the file name.

1 Like