@forge/cli-shared
9.6.0-next.69.6.0-next.7
CHANGELOG.md~
CHANGELOG.mdModified+8
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,6 +1,14 @@
# @forge/cli-shared
+## 9.6.0-next.7
+
+### Minor Changes
+
+- 4f14f40: Added the `forge console` command to open your app in the developer console overview page. The command prints a link to the console for the current app (identified by the manifest).
+
+ Refactored developer console URL construction to use a centralized registry pattern (`getDevConsoleUrl`), replacing `getAppOverviewUrl` and `getDeveloperConsoleBaseUrl`. This fixes hardcoded production-domain URLs that broke on staging (`forge deploy` distribution link and `forge install` permission-denied link now work correctly on staging). All console links are now clickable terminal links.
+
## 9.6.0-next.6
### Minor Changes