Installation
Since dasel v3 is still in development, but is merged to the master branch.
As such, it is not available on homebrew or any other package manager just yet.
Development Version
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.
go install github.com/tomwright/dasel/v2/cmd/dasel@master
Last updated