-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Forge - Command Line Interface (CLI)
Description:
Currently, developers using Forge CLI behind a corporate firewall must manually add the line require("global-agent/bootstrap");
This manual patch is required every time the Forge CLI is updated, which is error-prone.
Expected Result:
Forge CLI should work behind a corporate firewall out of the box, without requiring manual modification after each update.
Actual Result:
Developers must manually patch the CLI script after every update to enable proxy support.
Request:
Please update the Forge CLI to include require("global-agent/bootstrap"); by default, so it works seamlessly in environments requiring a proxy, and developers do not need to manually patch the script after each update.