cloudflared-mirror/cmd/cloudflared
João "Pisco" Fernandes 5b5859ddac TUN-7813: Improve tunnel delete command to use cascade delete
## Summary
Previously the force flag in the tunnel delete command was only explicitly deleting the
connections of a tunnel. Therefore, we are changing it to use the cascade query parameter
supported by the API. That parameter will delegate to the server the deletion of the tunnel
dependencies implicitly instead of the client doing it explicitly. This means that not only
the connections will get deleted, but also the tunnel routes, ensuring that no dependencies
are left without a non-deleted tunnel.
2023-10-22 15:09:33 +02:00
..
access TUN-7628: Correct Host parsing for Access 2023-10-22 15:09:33 +02:00
cliutil TUN-7134: Acquire token for cloudflared tail 2023-04-12 09:43:38 -07:00
proxydns TUN-6963: Refactor Metrics service setup 2022-11-22 11:35:48 +00:00
tail TUN-7393: Add json output for cloudflared tail 2023-04-26 15:41:00 +00:00
tunnel TUN-7813: Improve tunnel delete command to use cascade delete 2023-10-22 15:09:33 +02:00
updater TUN-7584: Bump go 1.20.6 2023-10-22 15:09:33 +02:00
app_forward_service.go TUN-4067: Reformat code for consistent import order, grouping, and fix formatting. Added goimports target to the Makefile to make this easier in the future. 2021-03-24 10:53:29 -05:00
app_resolver_service.go TUN-4067: Reformat code for consistent import order, grouping, and fix formatting. Added goimports target to the Makefile to make this easier in the future. 2021-03-24 10:53:29 -05:00
app_service.go TUN-4067: Reformat code for consistent import order, grouping, and fix formatting. Added goimports target to the Makefile to make this easier in the future. 2021-03-24 10:53:29 -05:00
common_service.go TUN-5679: Add support for service install using Tunnel Token 2022-03-03 18:59:03 +00:00
generic_service.go TUN-7584: Bump go 1.20.6 2023-10-22 15:09:33 +02:00
linux_service.go TUN-7584: Bump go 1.20.6 2023-10-22 15:09:33 +02:00
macos_service.go TUN-7584: Bump go 1.20.6 2023-10-22 15:09:33 +02:00
main.go TUN-7134: Acquire token for cloudflared tail 2023-04-12 09:43:38 -07:00
service_template.go TUN-7590: Remove usages of ioutil 2023-10-22 15:09:33 +02:00
windows_service.go TUN-7584: Bump go 1.20.6 2023-10-22 15:09:33 +02:00