cloudflared-mirror/cmd/cloudflared/access
João "Pisco" Fernandes e7586153be TUN-9101: Don't ignore errors on `cloudflared access ssh`
## Summary

This change ensures that errors resulting from the `cloudflared access ssh` call are no longer ignored. By returning the error from `carrier.StartClient` to the upstream, we ensure that these errors are properly logged on stdout, providing better visibility and debugging capabilities.

Relates to TUN-9101
2025-03-17 18:42:19 +00:00
..
carrier.go TUN-9101: Don't ignore errors on `cloudflared access ssh` 2025-03-17 18:42:19 +00:00
cmd.go TUN-8914: Create a flags module to group all cloudflared cli flags 2025-02-06 03:30:27 -08:00
validation.go TUN-7628: Correct Host parsing for Access 2023-07-25 09:33:11 -07:00
validation_test.go TUN-7628: Correct Host parsing for Access 2023-07-25 09:33:11 -07:00