[PR #262] [MERGED] Update ManagementURL in Config #2662

Closed
opened 2025-11-20 07:12:10 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/262
Author: @braginini
Created: 3/11/2022
Status: Merged
Merged: 3/13/2022
Merged by: @braginini

Base: mainHead: cmd-update-management-url


📝 Commits (3)

  • 1a343d3 Update ManagementURL in Config
  • 0685d7a Add management-url troubleshooting section to docs
  • 1dc7dc1 Fix docs formatting

📊 Changes

3 files changed (+82 additions, -1 deletions)

View changed files

📝 README.md (+15 -0)
📝 client/internal/config.go (+7 -1)
client/internal/config_test.go (+60 -0)

📄 Description

If ManagementURL is present in the config file
and cmd (e.g. up or login) specifies a new one,
then update the config file with a new ManagementURL


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/262 **Author:** [@braginini](https://github.com/braginini) **Created:** 3/11/2022 **Status:** ✅ Merged **Merged:** 3/13/2022 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `cmd-update-management-url` --- ### 📝 Commits (3) - [`1a343d3`](https://github.com/netbirdio/netbird/commit/1a343d301cd7e2c71cf005b79d9a0e524dacc322) Update ManagementURL in Config - [`0685d7a`](https://github.com/netbirdio/netbird/commit/0685d7aa18a9c807b4145ab2353548d9953fff57) Add management-url troubleshooting section to docs - [`1dc7dc1`](https://github.com/netbirdio/netbird/commit/1dc7dc132909726da3e59422a50f81790974a81f) Fix docs formatting ### 📊 Changes **3 files changed** (+82 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+15 -0) 📝 `client/internal/config.go` (+7 -1) ➕ `client/internal/config_test.go` (+60 -0) </details> ### 📄 Description If ManagementURL is present in the config file and cmd (e.g. up or login) specifies a new one, then update the config file with a new ManagementURL --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 07:12:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2662