You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During local testing, I've used etcdctl ls -r just wanting to see if it "had any entries" (and perhaps like wc -l them), and realized, after some confusion, that etcdctl ls seems to just silently skip any keys with unprintable characters?
Perhaps it could instead (have an option to) print them with some sort of escaping.