From df0f213a3c0dfd35eb9697d7541904d1ef2eecd3 Mon Sep 17 00:00:00 2001 From: monalisa Date: Tue, 12 Sep 2023 15:16:38 +0200 Subject: [PATCH 1/2] Add documentation link bundle command group description --- cmd/bundle/bundle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/bundle/bundle.go b/cmd/bundle/bundle.go index c933ec9c33..a9eaaa32c7 100644 --- a/cmd/bundle/bundle.go +++ b/cmd/bundle/bundle.go @@ -7,7 +7,7 @@ import ( func New() *cobra.Command { cmd := &cobra.Command{ Use: "bundle", - Short: "Databricks Asset Bundles", + Short: "Databricks Asset Bundles.\nDocumentation URL: https://docs.databricks.com/en/dev-tools/bundles", } initVariableFlag(cmd) From 15c8e4c20243d8906d4972c9541991e200a3626b Mon Sep 17 00:00:00 2001 From: shreyas-goenka <88374338+shreyas-goenka@users.noreply.github.com> Date: Tue, 12 Sep 2023 15:31:52 +0200 Subject: [PATCH 2/2] Update cmd/bundle/bundle.go Co-authored-by: Pieter Noordhuis --- cmd/bundle/bundle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/bundle/bundle.go b/cmd/bundle/bundle.go index a9eaaa32c7..d8382d172b 100644 --- a/cmd/bundle/bundle.go +++ b/cmd/bundle/bundle.go @@ -7,7 +7,7 @@ import ( func New() *cobra.Command { cmd := &cobra.Command{ Use: "bundle", - Short: "Databricks Asset Bundles.\nDocumentation URL: https://docs.databricks.com/en/dev-tools/bundles", + Short: "Databricks Asset Bundles\n\nOnline documentation: https://docs.databricks.com/en/dev-tools/bundles", } initVariableFlag(cmd)