How does forge environment work?

Hello,
I am currently developing forge app.

I have a question regards forge environment.

So far I was developing an app in development environment, and I have installed development version in the confluence.

Now, I want to test the functionality in production.
If I deploy the app to production environment, is it possible to have both instances of environment up and running in separate confluence?

For example, in the sandbox confluence I would like to have development version installed, whereas in main confluence I would like to have production version installed.

Thanks.

Yes, this is possible. You just use the -e flag when installing and deploying with the CLI to determine which goes where (the default is development).

1 Like