Installation
Homebrew
The easiest way to get your hands on the latest version of dasel is to use homebrew:
Docker
Run dasel in docker using the image ghcr.io/tomwright/dasel
.
Usage
Run the docker image, passing in a dasel command with the executable excluded.
Versioning
New image versions are built and pushed automatically as part of the CI/CD pipeline in Github actions.
Tag
Description
latest
The latest release version.
development
The latest build from master
branch.
v*.*.*
The specified dasel release. E.g. v2.0.0
.
ASDF
Nix
Or NixOS:
Windows
Manual
Scoop
Use the scoop command-line installer to install dasel on windows 10.
Development Version
You can go install
the cmd/dasel
package to build and install dasel for you.
Last updated