Add Dasel. (#3259)

* Add dasel to data-structures

* Add dasel to devops tools

* Remove dasel from data-structures
This commit is contained in:
Tom Wright 2020-10-09 19:02:34 +01:00 committed by GitHub
parent b4fa5fd8bb
commit ab7a329470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. * [bombardier](https://github.com/codesenberg/bombardier) - Fast cross-platform HTTP benchmarking tool.
* [bosun](https://github.com/bosun-monitor/bosun) - Time Series Alerting Framework. * [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. * [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. * [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. * [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). * [dogo](https://github.com/liudng/dogo) - Monitoring changes in the source file and automatically compile and run (restart).