[PR #19] [MERGED] List nodes in namespace + register under node command #1201

Closed
opened 2025-12-29 02:29:12 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/19
Author: @juanfont
Created: 5/1/2021
Status: Merged
Merged: 5/2/2021
Merged by: @juanfont

Base: mainHead: node-cmd-improve


📝 Commits (3)

📊 Changes

4 files changed (+31 additions, -9 deletions)

View changed files

📝 README.md (+1 -1)
📝 api.go (+1 -1)
📝 cmd/headscale/cli/nodes.go (+26 -0)
📝 cmd/headscale/headscale.go (+3 -7)

📄 Description

Implements #14 (need to add more info + json output, but basics are there). Also register cmd is now under node (I reckon makes more sense)


🔄 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/juanfont/headscale/pull/19 **Author:** [@juanfont](https://github.com/juanfont) **Created:** 5/1/2021 **Status:** ✅ Merged **Merged:** 5/2/2021 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `node-cmd-improve` --- ### 📝 Commits (3) - [`404fee8`](https://github.com/juanfont/headscale/commit/404fee83611db28f75fc0621573811ae80958fc9) Added list node functionality - [`c71c133`](https://github.com/juanfont/headscale/commit/c71c13366f6cac1845f66d2727fcf2b03095ded7) Minor fix - [`45e9001`](https://github.com/juanfont/headscale/commit/45e900178776924f79288a4ea3dfd902bd9cc7e2) Register cmd under node ### 📊 Changes **4 files changed** (+31 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `api.go` (+1 -1) 📝 `cmd/headscale/cli/nodes.go` (+26 -0) 📝 `cmd/headscale/headscale.go` (+3 -7) </details> ### 📄 Description Implements #14 (need to add more info + json output, but basics are there). Also `register` cmd is now under `node` (I reckon makes more sense) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:29:12 +01:00
adam closed this issue 2025-12-29 02:29:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1201