Last updated
Last updated
The easiest way to get your hands on the latest version of dasel is to use homebrew:
Run dasel in docker using the image ghcr.io/tomwright/dasel
.
Run the docker image, passing in a dasel command with the executable excluded.
New image versions are built and pushed automatically as part of the CI/CD pipeline in Github actions.
Or NixOS:
Don't forget to put the binary somewhere in your PATH
.
Use the scoop command-line installer to install dasel on windows 10.
You can go install
the cmd/dasel
package to build and install dasel for you.
You may need to prefix the command with GO111MODULE=on
in order for this to work.
Using and the .
To install using the (for non-NixOS)
You can download a compiled executable from the .
Manually download a compiled executable from the .
latest
The latest release version.
development
The latest build from master
branch.
v*.*.*
The specified dasel release. E.g. v1.13.6
.