From 562bb9f54cc59a0d0454e621eeaee5301fad49f7 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 15 Apr 2024 18:03:05 +0200 Subject: [PATCH 1/3] Add URLs for unified auth docs to the auth command help --- cmd/auth/auth.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cmd/auth/auth.go b/cmd/auth/auth.go index 59de76111d..49a8831530 100644 --- a/cmd/auth/auth.go +++ b/cmd/auth/auth.go @@ -12,6 +12,13 @@ func New() *cobra.Command { cmd := &cobra.Command{ Use: "auth", Short: "Authentication related commands", + Long: `Authentication related commands. For more information regarding how +authentication for tooling works at Databricks, please refer to the documentation +linked below. + +AWS: https://docs.databricks.com/en/dev-tools/auth/index.html +Azure: https://learn.microsoft.com/en-us/azure/databricks/dev-tools/auth +GCP: https://docs.gcp.databricks.com/en/dev-tools/auth/index.html`, } var perisistentAuth auth.PersistentAuth From 49b78ed4f18fe0d08d64c2b8a56242e261111442 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 15 Apr 2024 18:03:11 +0200 Subject: [PATCH 2/3] - --- cmd/auth/auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/auth/auth.go b/cmd/auth/auth.go index 49a8831530..ee04d16d09 100644 --- a/cmd/auth/auth.go +++ b/cmd/auth/auth.go @@ -13,7 +13,7 @@ func New() *cobra.Command { Use: "auth", Short: "Authentication related commands", Long: `Authentication related commands. For more information regarding how -authentication for tooling works at Databricks, please refer to the documentation +authentication for tooling works at Databricks please refer to the documentation linked below. AWS: https://docs.databricks.com/en/dev-tools/auth/index.html From fb39d53eeb87bba3303b0b1f1362c80cd398f083 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 15 Apr 2024 18:07:39 +0200 Subject: [PATCH 3/3] - --- cmd/auth/auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/auth/auth.go b/cmd/auth/auth.go index ee04d16d09..947d8940ff 100644 --- a/cmd/auth/auth.go +++ b/cmd/auth/auth.go @@ -13,7 +13,7 @@ func New() *cobra.Command { Use: "auth", Short: "Authentication related commands", Long: `Authentication related commands. For more information regarding how -authentication for tooling works at Databricks please refer to the documentation +authentication for the Databricks CLI and SDKs work please refer to the documentation linked below. AWS: https://docs.databricks.com/en/dev-tools/auth/index.html