nodes command missing in v0.3.5 #17

Closed
opened 2025-12-29 01:20:10 +01:00 by adam · 2 comments
Owner

Originally created by @tobru on GitHub (Jul 31, 2021).

In v0.3.5 no nodes command is available:

Usage:
  headscale [command]

Available Commands:
  help        Help about any command
  namespaces  Manage the namespaces of Headscale
  preauthkeys Handle the preauthkeys in Headscale
  routes      Manage the routes of Headscale
  serve       Launches the headscale server
  version     Print the version.

Flags:
  -h, --help            help for headscale
  -o, --output string   Output format. Empty for human-readable, 'json' or 'json-line'

Use "headscale [command] --help" for more information about a command.
headscale -n myns nodes register XXX 
Error: unknown command "nodes" for "headscale"
Run 'headscale --help' for usage.
unknown command "nodes" for "headscale"
Originally created by @tobru on GitHub (Jul 31, 2021). In v0.3.5 no `nodes` command is available: ``` Usage: headscale [command] Available Commands: help Help about any command namespaces Manage the namespaces of Headscale preauthkeys Handle the preauthkeys in Headscale routes Manage the routes of Headscale serve Launches the headscale server version Print the version. Flags: -h, --help help for headscale -o, --output string Output format. Empty for human-readable, 'json' or 'json-line' Use "headscale [command] --help" for more information about a command. ``` ``` headscale -n myns nodes register XXX Error: unknown command "nodes" for "headscale" Run 'headscale --help' for usage. unknown command "nodes" for "headscale" ```
adam closed this issue 2025-12-29 01:20:10 +01:00
Author
Owner

@juanfont commented on GitHub (Jul 31, 2021):

Oh! Sorry about that :(

Just tagged 0.3.6 https://github.com/juanfont/headscale/releases/tag/v0.3.6

@juanfont commented on GitHub (Jul 31, 2021): Oh! Sorry about that :( Just tagged 0.3.6 https://github.com/juanfont/headscale/releases/tag/v0.3.6
Author
Owner

@tobru commented on GitHub (Aug 1, 2021):

Thanks 👍

@tobru commented on GitHub (Aug 1, 2021): Thanks :+1:
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#17