lakeFS icon indicating copy to clipboard operation
lakeFS copied to clipboard

lakefs kv cmd

Open itaidavid opened this issue 2 years ago • 0 comments

closes #4121

lakefs kv get and lakefs kv scan implemented. There is a generic value -> proto -> json converter, that allows each module (auth, graveler, etc.) to associate different types with different path format, and so each value is formatted correctly according to the path is is brought from. This will also support future addtion of types without the need to change this tool It still falls short with staged objects, as their value is also a proto message which needs another translation

Only tested manually at this point

itaidavid avatar Sep 17 '22 15:09 itaidavid