Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

comformity with etcdctl #3

Closed
adalga opened this issue Jun 23, 2017 · 2 comments
Closed

comformity with etcdctl #3

adalga opened this issue Jun 23, 2017 · 2 comments

Comments

@adalga
Copy link

adalga commented Jun 23, 2017

When I put key value with etcdctl I couldn't see them on this web ui. Likewise, I couldn't get with etcdctl kvs which I put via this web ui.

@soyking
Copy link
Owner

soyking commented Jun 24, 2017

In order to mange keys like folders, every key you set on the website will be added the prefix of root_key, which is set on conf/config.ini.

So if:

  • you want to see the key you set by etcdctl, you should make the key like e3w_test/abc/def

  • you want to get the key you set on website by etcdctl, you should try something like ETCDCTL_API=3 etcdctl get --prefix e3w_test

@adalga
Copy link
Author

adalga commented Jun 24, 2017

Thanks

@adalga adalga closed this as completed Jun 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants