mirror of https://github.com/databricks/cli.git
Update short name for bundle command (#476)
This commit is contained in:
parent
1875908b59
commit
faeddfae68
|
@ -8,7 +8,7 @@ import (
|
|||
// rootCmd represents the root command for the bundle subcommand.
|
||||
var rootCmd = &cobra.Command{
|
||||
Use: "bundle",
|
||||
Short: "Databricks Asset Bundles",
|
||||
Short: "Databricks Application Bundles",
|
||||
}
|
||||
|
||||
func AddCommand(cmd *cobra.Command) {
|
||||
|
|
Loading…
Reference in New Issue