mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
62d60a251d
commit
ce984254fa
|
@ -9,7 +9,6 @@ import (
|
||||||
"github.com/databricks/databricks-sdk-go/service/{{.Package.Name}}"
|
"github.com/databricks/databricks-sdk-go/service/{{.Package.Name}}"
|
||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
|
|
||||||
|
|
||||||
{{range .Subservices -}}
|
{{range .Subservices -}}
|
||||||
{{.SnakeName}} "github.com/databricks/cli/cmd/{{ if .ParentService.IsAccounts }}account{{ else }}workspace{{ end }}/{{.KebabName}}"
|
{{.SnakeName}} "github.com/databricks/cli/cmd/{{ if .ParentService.IsAccounts }}account{{ else }}workspace{{ end }}/{{.KebabName}}"
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
Loading…
Reference in New Issue