Update command descriptions (#353)

Cool tagline to be determined.
This commit is contained in:
Pieter Noordhuis 2023-04-21 13:41:25 +02:00 committed by GitHub
parent 81b69094aa
commit c26c7d388a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import (
// rootCmd represents the root command for the bundle subcommand. // rootCmd represents the root command for the bundle subcommand.
var rootCmd = &cobra.Command{ var rootCmd = &cobra.Command{
Use: "bundle", Use: "bundle",
Short: "Databricks Application Bundles", Short: "Databricks Asset Bundles",
} }
func AddCommand(cmd *cobra.Command) { func AddCommand(cmd *cobra.Command) {

View File

@ -15,8 +15,7 @@ import (
// RootCmd represents the base command when called without any subcommands // RootCmd represents the base command when called without any subcommands
var RootCmd = &cobra.Command{ var RootCmd = &cobra.Command{
Use: "bricks", Use: "bricks",
Short: "Databricks project lifecycle management", Short: "Bricks CLI",
Long: `Where's "data"? Secured by the unity catalog. Projects build lifecycle is secured by bricks`,
// Cobra prints the usage string to stderr if a command returns an error. // 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 // This usage string should only be displayed if an invalid combination of flags