From c26c7d388a855908130f42707424397be34aa0d9 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Fri, 21 Apr 2023 13:41:25 +0200 Subject: [PATCH] Update command descriptions (#353) Cool tagline to be determined. --- cmd/bundle/root.go | 2 +- cmd/root/root.go | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cmd/bundle/root.go b/cmd/bundle/root.go index 60f9914d..a21e3da0 100644 --- a/cmd/bundle/root.go +++ b/cmd/bundle/root.go @@ -8,7 +8,7 @@ import ( // rootCmd represents the root command for the bundle subcommand. var rootCmd = &cobra.Command{ Use: "bundle", - Short: "Databricks Application Bundles", + Short: "Databricks Asset Bundles", } func AddCommand(cmd *cobra.Command) { diff --git a/cmd/root/root.go b/cmd/root/root.go index aa5c0e23..b73fd5bb 100644 --- a/cmd/root/root.go +++ b/cmd/root/root.go @@ -15,8 +15,7 @@ import ( // RootCmd represents the base command when called without any subcommands var RootCmd = &cobra.Command{ Use: "bricks", - Short: "Databricks project lifecycle management", - Long: `Where's "data"? Secured by the unity catalog. Projects build lifecycle is secured by bricks`, + Short: "Bricks CLI", // Cobra prints the usage string to stderr if a command returns an error. // This usage string should only be displayed if an invalid combination of flags