mirror of https://github.com/databricks/cli.git
Add documentation link bundle command group description (#770)
Help output: ``` shreyas.goenka@THW32HFW6T ~ % cli bundle -h Databricks Asset Bundles. Documentation URL: https://docs.databricks.com/en/dev-tools/bundles. Usage: databricks bundle [command] ``` --------- Co-authored-by: Pieter Noordhuis <pieter.noordhuis@databricks.com>
This commit is contained in:
parent
3cb74e72a8
commit
21ff71ceea
|
@ -7,7 +7,7 @@ import (
|
||||||
func New() *cobra.Command {
|
func New() *cobra.Command {
|
||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "bundle",
|
Use: "bundle",
|
||||||
Short: "Databricks Asset Bundles",
|
Short: "Databricks Asset Bundles\n\nOnline documentation: https://docs.databricks.com/en/dev-tools/bundles",
|
||||||
}
|
}
|
||||||
|
|
||||||
initVariableFlag(cmd)
|
initVariableFlag(cmd)
|
||||||
|
|
Loading…
Reference in New Issue