1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-10 21:24:52 +08:00

Add cloudflared tunnel health command

This commit is contained in:
Mads Jon Nielsen
2023-12-28 19:50:49 +01:00
parent 00cd7c333c
commit f10247db90
2 changed files with 27 additions and 0 deletions

View File

@@ -128,6 +128,7 @@ func Commands() []*cli.Command {
buildVirtualNetworkSubcommand(false),
buildRunCommand(),
buildListCommand(),
buildHealthCommand(),
buildInfoCommand(),
buildIngressSubcommand(),
buildDeleteCommand(),