1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-12-20 19:09:07 +01:00
juanfont.headscale/cmd/headscale/cli
Kristoffer Dalby 79871d2463 Make namespace command use gRPC
This commit is a first in a series of commits migrating the command
interfaces to use the new gRPC client.

As a part of this commit, they have been streamlined and each command
_should_ be a bit more similar and use consistent output.

By using the new output function, we now make sure its always json
(errors and everything) if the user asks for JSON.
2021-11-04 22:42:21 +00:00
..
debug.go Add "debug" command 2021-11-04 22:08:45 +00:00
namespaces.go Make namespace command use gRPC 2021-11-04 22:42:21 +00:00
nodes.go Switch to named arguments for all nodes subcommands. Update docs 2021-10-28 09:31:15 -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 Expand json output to support yaml, make more generic 2021-11-04 22:31:47 +00:00
version.go Use new json wrapper for version command 2021-11-04 22:41:55 +00:00