[PR #320] [MERGED] Rebrand client cli #12477

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

📋 Pull Request Information

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

Base: mainHead: rebrand-client-cli


📝 Commits (10+)

  • f6a736d Update package binaries name
  • 21e2b6e Rename Client CLI command and defaults
  • 1fa8b5b Migrate configuration and log files
  • d2ec6e2 removed test cmd
  • 850536c Check if os.Stat returned error nil for new file
  • cafbef8 Merge branch 'main' into rebrand-client-cli
  • 7d7c60c Update getting started scripts
  • 43ec7d2 Update default socket
  • cb88f31 Update documentation to reflect commands with new name
  • 8e6a652 Minor documentation updates

📊 Changes

24 files changed (+442 additions, -208 deletions)

View changed files

📝 .goreleaser.yaml (+6 -0)
📝 README.md (+64 -31)
📝 client/cmd/down.go (+7 -2)
📝 client/cmd/login.go (+7 -2)
📝 client/cmd/root.go (+169 -27)
📝 client/cmd/service.go (+3 -3)
📝 client/cmd/service_controller.go (+48 -33)
📝 client/cmd/service_installer.go (+18 -9)
📝 client/cmd/status.go (+7 -2)
📝 client/cmd/up.go (+7 -2)
📝 client/cmd/version.go (+1 -1)
📝 client/ui/client_ui.go (+1 -1)
📝 client/ui/netbird-ui.rb.tmpl (+2 -0)
📝 docs/self-hosting.md (+15 -13)
📝 infrastructure_files/configure.sh (+9 -9)
📝 infrastructure_files/docker-compose.yml.tmpl (+10 -10)
📝 infrastructure_files/management.json.tmpl (+9 -9)
📝 infrastructure_files/setup.env (+18 -18)
📝 management/README.md (+9 -8)
📝 management/cmd/management.go (+5 -3)

...and 4 more files

📄 Description

Updated client install scripts and commands

Added a migration command

Added a replacement for rpm and dev packages

Added a dependency for homebrew cask

Updated all documentation with new CLI name


🔄 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/320 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 5/22/2022 **Status:** ✅ Merged **Merged:** 5/22/2022 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `rebrand-client-cli` --- ### 📝 Commits (10+) - [`f6a736d`](https://github.com/netbirdio/netbird/commit/f6a736d23d8d1ff6193caa07704147cba1f70592) Update package binaries name - [`21e2b6e`](https://github.com/netbirdio/netbird/commit/21e2b6ecc806644347ae033ad28ed99619806b4f) Rename Client CLI command and defaults - [`1fa8b5b`](https://github.com/netbirdio/netbird/commit/1fa8b5b8a3cbff7e05aa0bd04d515ce860e50504) Migrate configuration and log files - [`d2ec6e2`](https://github.com/netbirdio/netbird/commit/d2ec6e2a29a7eda56f4ba9a07bcee62d0a6ea986) removed test cmd - [`850536c`](https://github.com/netbirdio/netbird/commit/850536ce8dd16acd047c6bfad95c7af65ade2075) Check if os.Stat returned error nil for new file - [`cafbef8`](https://github.com/netbirdio/netbird/commit/cafbef8bec2b3cd2aa5189101682a417311f36c9) Merge branch 'main' into rebrand-client-cli - [`7d7c60c`](https://github.com/netbirdio/netbird/commit/7d7c60ce025932bd5bf00535db76d149198d01bf) Update getting started scripts - [`43ec7d2`](https://github.com/netbirdio/netbird/commit/43ec7d2419fc28211bb9c1004010ce5931331fc9) Update default socket - [`cb88f31`](https://github.com/netbirdio/netbird/commit/cb88f31158af4abc4ca5aeef56c35a0025505e1c) Update documentation to reflect commands with new name - [`8e6a652`](https://github.com/netbirdio/netbird/commit/8e6a6529e6c4b058f222bbddffde119d0fd95854) Minor documentation updates ### 📊 Changes **24 files changed** (+442 additions, -208 deletions) <details> <summary>View changed files</summary> 📝 `.goreleaser.yaml` (+6 -0) 📝 `README.md` (+64 -31) 📝 `client/cmd/down.go` (+7 -2) 📝 `client/cmd/login.go` (+7 -2) 📝 `client/cmd/root.go` (+169 -27) 📝 `client/cmd/service.go` (+3 -3) 📝 `client/cmd/service_controller.go` (+48 -33) 📝 `client/cmd/service_installer.go` (+18 -9) 📝 `client/cmd/status.go` (+7 -2) 📝 `client/cmd/up.go` (+7 -2) 📝 `client/cmd/version.go` (+1 -1) 📝 `client/ui/client_ui.go` (+1 -1) 📝 `client/ui/netbird-ui.rb.tmpl` (+2 -0) 📝 `docs/self-hosting.md` (+15 -13) 📝 `infrastructure_files/configure.sh` (+9 -9) 📝 `infrastructure_files/docker-compose.yml.tmpl` (+10 -10) 📝 `infrastructure_files/management.json.tmpl` (+9 -9) 📝 `infrastructure_files/setup.env` (+18 -18) 📝 `management/README.md` (+9 -8) 📝 `management/cmd/management.go` (+5 -3) _...and 4 more files_ </details> ### 📄 Description Updated client install scripts and commands Added a migration command Added a replacement for rpm and dev packages Added a dependency for homebrew cask Updated all documentation with new CLI name --- <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:58 -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#12477