Save app with all its dependencies in source control

I want to be able to save a single app, with all its dependencies (meaning the pointer to the dependencies AND the VALUE of those dependencies), including other apps, in source control.

What I’m proposing is a way for a user to occasionally take a full “snapshot” like in source control of a given app. For example:

App X depends on App Y.

User clicks something like “save full app with dependencies” in the version history.

If App Y gets deleted or modified in a way that screws up App X, you can now roll back to the first “saved full app with dependencies” in your version history.

Maybe there’s an easy way to do this currently, but I’m not aware of it.

1 Like