1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00
juanfont.headscale/cmd/headscale/cli
Jiang Zhu bcb04d38a5 Merge branch 'main' into enhance_cli_config
Extract LoadConfig from GetHeadscaleConfig, as they are conceptually
different operation, e.g.,
1) you can reload config through LoadConfig and do not get config
2) you can get config without reload config
2022-06-07 22:51:47 +08:00
..
api_key.go
debug.go
dump_config.go
generate.go
namespaces.go feat(aliases): add aliases for namespaces command 2022-03-02 14:35:20 +10:00
nodes.go
preauthkeys.go Use Prometheus duration parser (support days and weeks) 2022-05-30 16:10:39 +02:00
pterm_style.go
root.go Merge branch 'main' into enhance_cli_config 2022-06-07 22:51:47 +08:00
routes.go modified code to satisfy golangci-lint and added integration test 2022-05-11 09:31:24 +10:00
server.go Rename one char var 2022-06-05 17:52:28 +02:00
utils.go Make get config load the config, use config in main method 2022-06-05 17:47:12 +02:00
version.go