Skip to content

Utility for comfortable operation with data into etcd cluster

License

Notifications You must be signed in to change notification settings

xenolog/etcdview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EtcdView

Utility for comfortable operation with data into etcd cluster

Usage

This is a command-line utility, which can make beter you operation with data into etcd cluster. Use etcdview help for getting help about commands and options.

  • display tree (or subtree) of data from existing etcd cluster

      $ ./etcdview -u http://127.0.0.1:4001 tree /calico/bgp
      calico:
        bgp:
          v1:
            global:
              as_num: 64511
              node_mesh: {"enabled": true}
            host:
              node-5.domain.local:
                ip_addr_v4: 10.88.11.7
                ip_addr_v6:
              node-6.domain.local:
                ip_addr_v4: 10.88.11.5
                ip_addr_v6:
              node-7.domain.local:
                ip_addr_v4: 10.88.11.11
                ip_addr_v6:
      $
    

Build

Go 1.5+ required

Static linked binary etcdview should be present into current dir.

About

Utility for comfortable operation with data into etcd cluster

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages