mirror of https://github.com/databricks/cli.git
10 lines
245 B
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}}`)
|
||
|
}
|