databricks-cli/cmd/account/credentials/overrides.go

10 lines
245 B
Go

package credentials
import "github.com/databricks/bricks/libs/cmdio"
func init() {
listCmd.Annotations["template"] = cmdio.Heredoc(`
{{range .}}{{.CredentialsId | green}} {{.CredentialsName}} {{.AwsCredentials.StsRole.RoleArn}}
{{end}}`)
}