Google has a Cloud Run Emulator but the only documentation I can find binds it tightly to an IDE, mostly seems to be VSCode. It seems like a strange design decision and I don't want my whole team to need to use VSCode to test this.
https://cloud.google.com/code/docs/vscode/develop-service
Why did Google decide to have an IDE dependency for their emulator?
How do I get around this dependency?