From ab7a329470a36f8469dc0953c7349cd3576eeebe Mon Sep 17 00:00:00 2001 From: Tom Wright Date: Fri, 9 Oct 2020 19:02:34 +0100 Subject: [PATCH] Add Dasel. (#3259) * Add dasel to data-structures * Add dasel to devops tools * Remove dasel from data-structures --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75158d59..c72dcc7b 100644 --- a/README.md +++ b/README.md @@ -2314,6 +2314,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [bombardier](https://github.com/codesenberg/bombardier) - Fast cross-platform HTTP benchmarking tool. * [bosun](https://github.com/bosun-monitor/bosun) - Time Series Alerting Framework. * [cassowary](https://github.com/rogerwelin/cassowary) - Modern cross-platform HTTP load-testing tool written in Go. +* [dasel](https://github.com/tomwright/dasel) - Query and update JSON/YAML files from the command line. * [DepCharge](https://github.com/centerorbit/depcharge) - Helps orchestrating the execution of commands across the many dependencies in larger projects. * [Dockerfile-Generator](https://github.com/ozankasikci/dockerfile-generator) - A go library and an executable that produces valid Dockerfiles using various input channels. * [dogo](https://github.com/liudng/dogo) - Monitoring changes in the source file and automatically compile and run (restart).