lakeFS icon indicating copy to clipboard operation
lakeFS copied to clipboard

Share `Stdout`/`Stderr` Output Utils Between `lakefs` and `lakectl`

Open eladlachmi opened this issue 8 months ago • 0 comments

lakectl has nice template-based utility functions for outputting to Stdout/Stderr, but those can't be imported into lakefs. While working on this PR, I added some basic utility functions tolakefs for this purpose. However, sharing a set of utility functions between lakefs and lakectl would be preferable.

The output util functions from lakectl should be extracted to a separate package and consumed by both lakectl and lakefs

eladlachmi avatar Jun 20 '24 10:06 eladlachmi