diff --git a/cmd/bundle/bundle.go b/cmd/bundle/bundle.go index d8382d17..128c8302 100644 --- a/cmd/bundle/bundle.go +++ b/cmd/bundle/bundle.go @@ -7,7 +7,8 @@ import ( func New() *cobra.Command { cmd := &cobra.Command{ Use: "bundle", - Short: "Databricks Asset Bundles\n\nOnline documentation: https://docs.databricks.com/en/dev-tools/bundles", + Short: "Databricks Asset Bundles", + Long: "Databricks Asset Bundles\n\nOnline documentation: https://docs.databricks.com/en/dev-tools/bundles", } initVariableFlag(cmd) diff --git a/cmd/configure/configure.go b/cmd/configure/configure.go index 0c1e4052..33ab918e 100644 --- a/cmd/configure/configure.go +++ b/cmd/configure/configure.go @@ -123,7 +123,6 @@ func newConfigureCommand() *cobra.Command { If this command is invoked in non-interactive mode, it will read the token from stdin. The host must be specified with the --host flag. `, - Hidden: true, } cmd.Flags().String("host", "", "Databricks workspace host.")