@forge/cli-shared 9.6.0-next.6 → 9.6.0-next.7-experimental-6664e2b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 9.6.0-next.7-experimental-6664e2b
4
+
5
+ ### Minor Changes
6
+
7
+ - 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).
8
+
9
+ 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.
10
+
11
+ - 406407c: Added secret key support for authorised web-triggers, plus non-expiring keys via `--noKeyExpiry` on `forge webtrigger create` and `secretKeyConfig.noExpiry` in `@forge/api`
12
+
13
+ ### Patch Changes
14
+
15
+ - c7d6a28: Added additional --json to various commands
16
+ - 445988f: Route CLI warnings and errors to stderr
17
+ - cae833a: Removed web trigger URL creation from `forge webtrigger`. The deprecation window has passed, so use `forge webtrigger create` instead.
18
+ - Updated dependencies [28b74f6]
19
+ - Updated dependencies [07cdf11]
20
+ - Updated dependencies [4ceb09f]
21
+ - Updated dependencies [0a75004]
22
+ - Updated dependencies [150a3c5]
23
+ - @forge/manifest@13.5.0-next.2-experimental-6664e2b
24
+
25
+ ## 9.6.0-next.7
26
+
27
+ ### Minor Changes
28
+
29
+ - 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).
30
+
31
+ 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.
32
+
3
33
  ## 9.6.0-next.6
4
34
 
5
35
  ### Minor Changes