mirror of https://github.com/databricks/cli.git
7 lines
96 B
YAML
7 lines
96 B
YAML
|
# Use string anchor to extend a mapping.
|
||
|
str: &str "Hello world!"
|
||
|
|
||
|
map:
|
||
|
<<: *str
|
||
|
key: value
|