mirror of https://github.com/databricks/cli.git
7 lines
151 B
Plaintext
7 lines
151 B
Plaintext
|
{{define "email"}}shreyas.goenka@databricks.com{{end}}
|
||
|
{{define "get_host"}}
|
||
|
{{ with urlParse . }}{{-
|
||
|
print .Scheme `://` .Host
|
||
|
-}}{{end}}
|
||
|
{{end}}
|