Add a CLI tool for "Client Libraries & SDKs" page

Hi everyone,

I'm developing an open source CLI tool for easily editing Consul KV values from your favorite text editor. I've added to Client Libraries & SDKs page on website.

Repository: https://github.com/sadedil/kvit

Kind regards,
Mustafa
This commit is contained in:
Mustafa Sadedil 2021-01-10 23:07:18 +03:00 committed by GitHub
parent a89461cc95
commit d514c8a8ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -128,4 +128,8 @@ the community.
<a href="https://github.com/adaptant-labs/consul-dart">consul-dart</a> -
Dart client for the Consul HTTP API
</li>
<li>
<a href="https://github.com/sadedil/kvit">kvit</a> - A command line
utility for synchronizing key value pairs between Consul and file system
</li>
</ul>