consulctl:在 Consul 集群中轻松获取和管理键值对

时间:2021-06-12 01:18:41
【文件属性】:
文件名称:consulctl:在 Consul 集群中轻松获取和管理键值对
文件大小:6KB
文件格式:ZIP
更新时间:2021-06-12 01:18:41
Go 咨询 轻松获取和管理 Consul 集群中的键/值对。 例子 $ consulctl put foo bar $ consulctl put foo/bar baz $ consulctl put foo/bar/baz qux $ consulctl get foo # => bar $ consulctl get foo/bar # => baz $ consulctl delete foo $ consulctl delete -r foo/bar $ consulctl get foo/bar/baz # => 帮助 NAME: consulctl - A simple command line client for Consul k/v store. USAGE: consulctl [global options] command [command options
【文件预览】:
consulctl-master
----command()
--------get.go(652B)
--------put.go(780B)
--------delete.go(860B)
--------handle.go(725B)
----LICENSE(1KB)
----main.go(760B)
----.gitignore(12B)
----CHANGELOG.md(231B)
----Makefile(988B)
----README.md(1KB)

网友评论