[PR #312] [MERGED] Improve output of a status command #12458

Closed
opened 2026-08-05 02:05:57 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/312
Author: @braginini
Created: 5/12/2022
Status: Merged
Merged: 5/12/2022
Merged by: @braginini

Base: mainHead: friendly-status-cmd


📝 Commits (3)

  • f5e1f98 Improve output of a status command
  • 4c4c400 Improve output of a status command
  • b5c6293 fix: always output status

📊 Changes

1 file changed (+7 additions, -5 deletions)

View changed files

📝 client/cmd/status.go (+7 -5)

📄 Description

This:

Run UP command to log in with SSO (interactive login):

 netbird up 

If you are running a self-hosted version and no SSO provider has been configured in your Management Server,
you can use a setup-key:

 netbird up --management-url <YOUR_MANAGEMENT_URL> --setup-key <YOUR_SETUP_KEY>

More info: https://www.netbird.io/docs/overview/setup-keys


Instead of this:

run the command "netbird up" to login. If no SSO provider has been set in your management serveryou can use a setup-key, see more at https://www.netbird.io/docs/overview/setup-keys for more info

🔄 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/312 **Author:** [@braginini](https://github.com/braginini) **Created:** 5/12/2022 **Status:** ✅ Merged **Merged:** 5/12/2022 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `friendly-status-cmd` --- ### 📝 Commits (3) - [`f5e1f98`](https://github.com/netbirdio/netbird/commit/f5e1f988aad9b87e305d0bd3647d7ea05b9b930c) Improve output of a status command - [`4c4c400`](https://github.com/netbirdio/netbird/commit/4c4c40026328d4f97b8ff7e1f77aeeed636f2997) Improve output of a status command - [`b5c6293`](https://github.com/netbirdio/netbird/commit/b5c629335e8359013028deb733a73e82e54d4ab0) fix: always output status ### 📊 Changes **1 file changed** (+7 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/status.go` (+7 -5) </details> ### 📄 Description This: ``` Run UP command to log in with SSO (interactive login): netbird up If you are running a self-hosted version and no SSO provider has been configured in your Management Server, you can use a setup-key: netbird up --management-url <YOUR_MANAGEMENT_URL> --setup-key <YOUR_SETUP_KEY> More info: https://www.netbird.io/docs/overview/setup-keys ``` Instead of this: ``` run the command "netbird up" to login. If no SSO provider has been set in your management serveryou can use a setup-key, see more at https://www.netbird.io/docs/overview/setup-keys for more info ``` --- <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 2026-08-05 02:05:57 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#12458