databricks-cli/.codegen/cmd_script.tmpl

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}}