diff --git a/cmd/auth/auth.go b/cmd/auth/auth.go index 59de7611..947d8940 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 the Databricks CLI and SDKs work 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