Use as a go package
Dasel can be imported and used just like any other go package. This can be very useful if you need to manipulate data from your own applications.
Import
As with any other go package, just use go get
.
Usage
Once imported you do something like the following:
From then on the rest of the docs and comments should be enough to get you going.
Just know that when using the command-line tool the -m
,--multiple
flag tells dasel to use QueryMultiple
/PutMultiple
instead of Query
/Put
.
If the information provided here isn't good enough please raise an issue/discussion.
Last updated