mirror of https://github.com/databricks/cli.git
10 lines
255 B
Go
10 lines
255 B
Go
|
package encryption_keys
|
||
|
|
||
|
import "github.com/databricks/bricks/libs/cmdio"
|
||
|
|
||
|
func init() {
|
||
|
listCmd.Annotations["template"] = cmdio.Heredoc(`
|
||
|
{{range .}}{{.CustomerManagedKeyId | green}} {{range .UseCases}}{{.}} {{end}} {{.AwsKeyInfo.KeyArn}}
|
||
|
{{end}}`)
|
||
|
}
|