databricks-cli/cmd/workspace/dashboards/overrides.go

11 lines
214 B
Go

package dashboards
import "github.com/databricks/cli/libs/cmdio"
func init() {
listCmd.Annotations["template"] = cmdio.Heredoc(`
{{white "ID"}} {{white "Name"}}
{{range .}}{{.Id|green}} {{.Name}}
{{end}}`)
}