Forge deploy and code upload

How can we know which code is uploaded to Atlassian when we run forge deploy?

We need to know this, because some of our code might be incompatible with Forge licensing requirements, and some code in our project is not meant to be shared with Atlassian.

I’m not sure if it helps with the licensing requirements, but when you run forge deploy with the --verbose flag, the Forge CLI outputs the path of a zip archive containing the bundled code:

[...]
ℹ Packaging app files
[...]
Archive created: /var/folders/cd/z8wyy2bn7tjgtyjc6lyzwft00000gn/T/tmp-42909-2QXQgIhTdIKh-.zip
[...]
1 Like