Application -> Asset (#529)

This commit is contained in:
Pieter Noordhuis 2023-06-27 01:31:20 +02:00 committed by GitHub
parent 30efe91c6d
commit cf92698eb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.

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) {