We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
root_key
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
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
ETCDCTL_API=3 etcdctl get --prefix e3w_test
Sorry, something went wrong.
Thanks
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: