1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-12-20 19:09:07 +01:00
juanfont.headscale/cmd/headscale/cli
Ward Vandewege dd7557850e cli changes for the nodes subcommand:
* when listing nodes, a namespace is now optional, when it is not
  provided, all nodes are shown
* when deleting, and sharing a node, remove the `namespace` flag, it was
  superfluous and unused
* when unsharing a node, specify the namespace as an argument not a
  flag, making the UX the same as for sharing.

Also refactor the share/unshare code to reuse the shared bits.
2021-10-24 17:50:28 -04:00
..
namespaces.go Add support for renaming namespaces. 2021-10-16 11:20:06 -04:00
nodes.go cli changes for the nodes subcommand: 2021-10-24 17:50:28 -04:00
preauthkeys.go Merge branch 'main' into complete-expire-command 2021-10-16 09:41:14 +02:00
root.go Added --force flag on node delete (fixes #164) 2021-10-16 12:30:52 +02:00
routes.go Add --all flag to routes enable command to enable all advertised routes 2021-08-21 15:04:30 +01:00
server.go Expire the ephemeral nodes in the Serve method 2021-08-12 21:44:12 +02:00
utils.go Split derp into its own config struct 2021-10-22 16:55:14 +00:00
version.go Added version checker on startup 2021-09-27 16:26:18 +02:00