From d29c828524dd694805d0dcc92c26e613f2e33f9a Mon Sep 17 00:00:00 2001 From: Stephen Glass Date: Sat, 24 Aug 2024 14:13:37 -0400 Subject: [PATCH] add note for backstage cli in proxy config docs Signed-off-by: Stephen Glass --- contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md b/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md index deef356d84..3aab9261c9 100644 --- a/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md +++ b/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md @@ -111,3 +111,7 @@ The `proxy-agent` package can be used as an alternative to `global-agent` (do no ``` 4. Start the backend with `yarn start` + +## Backstage CLI + +The Backstage CLI [versions:bump](https://backstage.io/docs/tooling/cli/commands#versionsbump) command also supports proxies via `global-agent` environment variable configuration. See the [keeping Backstage updated](https://backstage.io/docs/getting-started/keeping-backstage-updated/#proxy) docs for more information.