Hello!
With the developer console of forge apps, one can create a distribution link for production while the app is still a private listing, but, is it possible to distribute the staging environment similarly? either with an installation URL or something similar that does not involve using the CLI to ease the installation process for cases like QA or UAT team installation, distribution in Bug Bounty programs, etc.
We are currently planning on using a workaround which is the use of a GitHub Action, but this will not solve the need to distribute staging publicly for Bug Bounty programs and such.