-
Suggestion
-
Resolution: Answered
Issue Summary
The current method of tracking the deployed version of a Forge app involves extracting the version from the deploy output, which is unstable and prone to breaking if the response format changes. The request is for a new feature in the Forge CLI that would allow developers to access the latest deployed version of an app environment in a stable manner.
Actual Results
At present, during deployment, the version is extracted from the string response using a script. The partner then stores this version in an external remote, and the Forge UI retrieves it via an external call from the backend resolver. However, this method is unstable because the forge deploy output can change.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Failed to load
Whilst the forge version command can return the latest (and previous major) versions, this only supplies the latest major version. This does provide enough information to detect major version app changes which is the primary need to allow developers to detect a major version difference (To alert customer they should upgrade)