mirror of https://github.com/databricks/cli.git
7 lines
272 B
Cheetah
7 lines
272 B
Cheetah
|
# Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
|
||
|
{{- $isAccount := .IsAccounts }}
|
||
|
{{- $cmdGrp := (.TrimPrefix "account").KebabName }}
|
||
|
{{- range .Methods}}
|
||
|
trace $CLI {{if $isAccount }}account {{end}}{{$cmdGrp}} {{.KebabName}} --help
|
||
|
{{- end}}
|