mirror of https://github.com/databricks/cli.git
parent
81b69094aa
commit
c26c7d388a
|
@ -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) {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue