Alright, here's the deal. I have an app that I don't want in the dock, so I edit it's Info.plist file so it doesn't appear in the dock, easy enough (adding NSUIElement with a value of 1 to the file).
Now how do I go about bring up that app's windows? I tried running open -a APPNAME via Terminal and that didn't work (it worked before I edited it's Info.plist). Is there some sort of command to bring forward all of its windows?