Is there an easier way to make get the Proxy Address when using Open Zeppelin Upgrades?

Please add a easy method to get the proxy address.
I know that address is in the deployment artefact but it need to be manually parse.
Something like:

const instance = await upgrades.admin.getInstance()
await upgrades.upgradeProxy(instance.address, MyContract);

Hi Filip, please make sure the title of your questions are well written so searchers can find them.

I think this should help you get the proxy address upon deployment. There are a few solutions there.