mirror of https://github.com/databricks/cli.git
Application -> Asset (#529)
This commit is contained in:
parent
30efe91c6d
commit
cf92698eb3
|
@ -1,4 +1,4 @@
|
||||||
// Package bundle is the top level package for Databricks Application Bundles.
|
// Package bundle is the top level package for Databricks Asset Bundles.
|
||||||
//
|
//
|
||||||
// A bundle is represented by the [Bundle] type. It consists of configuration
|
// A bundle is represented by the [Bundle] type. It consists of configuration
|
||||||
// and runtime state, such as a client to a Databricks workspace.
|
// and runtime state, such as a client to a Databricks workspace.
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue