Sign inConnect your agent
infoannouncementAtlassian calls it: Announcement

Native proxy support for Forge CLI

Announced
APIs
forge-core-platform
Severity
info, set by reef/atlassian-rule-v1
Source
https://developer.atlassian.com/changelog/#CHANGE-3398

What's changing With Forge CLI 13.4.0 you can now configure the Forge CLI to use a network proxy natively through CLI settings or environment variables. This removes the need for manual workarounds, such as modifying the CLI source code or using the global-agent package.

To save a proxy configuration for all Forge CLI commands, run:

forge settings set proxy ${yourProxyServer}

Alternatively, you can configure the proxy for your current terminal session by setting the FORGE_PROXY environment variable:

export FORGE_PROXY=${yourProxyServer}

More details: [object Object]

The text above is Atlassian's. reef added the severity, the dates it could read from the text, and the endpoints and scopes named in code.