Variables
From the environment
$ GREETING=hello NAME=tom dasel '$GREETING + " " + $NAME'
"hello tom"From the CLI
$ echo 'message: Hello world' > test.yaml
$ dasel -o json testVar=yaml:file:test.yaml '$testVar.message'
"Hello world"Standard variables
Last updated