cloudflared-mirror/cmd/cloudflared
Sudarsan Reddy 1c0dac77d7 TUN-3599: improved delete if credentials isnt found.
Tunnel delete is successful even if we don't find the credentials
file in the user's filesystem. We no longer "error" indicating this
is a problem. This fix also enables chaining of the delete command
by removing a pre-mature return if the credentials file is not found.
2020-12-04 11:44:13 +00:00
..
access AUTH-3221: Saves org token to disk and uses it to refresh the app token 2020-11-24 21:38:59 +00:00
buildinfo AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
cliutil TUN-3524: Don't ignore errors from app-level action handler (#248) 2020-11-10 13:06:49 +00:00
config TUN-3561: Unified logger configuration 2020-11-23 16:49:07 +00:00
encrypter TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00
path AUTH-3221: Saves org token to disk and uses it to refresh the app token 2020-11-24 21:38:59 +00:00
shell AUTH-2077: Quotes open browser command in windows 2019-09-24 18:27:37 +00:00
token AUTH-3221: Saves org token to disk and uses it to refresh the app token 2020-11-24 21:38:59 +00:00
transfer AUTH-3221: Saves org token to disk and uses it to refresh the app token 2020-11-24 21:38:59 +00:00
tunnel TUN-3599: improved delete if credentials isnt found. 2020-12-04 11:44:13 +00:00
ui TUN-3593: /ready endpoint for k8s readiness. Move tunnel events out of UI package, into connection package. 2020-12-02 15:22:59 -06:00
updater TUN-3561: Unified logger configuration 2020-11-23 16:49:07 +00:00
app_forward_service.go AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
app_resolver_service.go AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
app_service.go TUN-3561: Unified logger configuration 2020-11-23 16:49:07 +00:00
generic_service.go TUN-3233: List tunnels support filtering by deleted, name, existed at and id 2020-08-07 10:09:26 +01:00
linux_service.go TUN-3581: Tunnels can be run by name using only --credentials-file, no 2020-11-25 09:54:28 -06:00
macos_service.go TUN-3561: Unified logger configuration 2020-11-23 16:49:07 +00:00
main.go TUN-3561: Unified logger configuration 2020-11-23 16:49:07 +00:00
service_template.go TUN-3459: Make service install on linux use named tunnels 2020-10-21 10:46:29 -05:00
windows_service.go TUN-3561: Unified logger configuration 2020-11-23 16:49:07 +00:00