@adam I’m building out some automation which will automatically add new jobs from zip packages to UA. I know there is the API, but I’m looking at adding the scripts by adding lines to the config files themselves if at all possible. I am able to make the changes to the files, but it seems like the UI never updates with these new values.
If need be, I can use the API calls, but this seemed like a reasonable way to do things on the back end.
That should work. There is a file system watcher that runs when changes are made to the files. Can you check the log to see if there are any errors reported during reload?
You know what… I’m dumb. It was a bug of mine but the errors in the logs did reveal why it was failing. That said, I am still seeing that folders.ps1 error.