Query and update JSON, TOML, YAML and XML from the command line.
Dasel (short for data-selector) allows you to query and modify data structures using selector strings. Comparable to jq / yq, but supports JSON, YAML, TOML and XML with zero runtime dependencies.
Dasel (short for data-selector) allows you to query and modify data structures using selector strings. Comparable to jq / yq, but supports JSON, YAML, TOML and XML with zero runtime dependencies.
To install dasel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dasel
To see what files were installed by dasel, run:
port contents dasel
To later upgrade dasel, run:
sudo port selfupdate && sudo port upgrade dasel
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.