Right now the scripts/get-images.py script only prints in stdout the result images. If a user would then need to store the output to a file they could then do get-images.py > images.txt.
A proposal from the above discussion was to instead have an --output argument.
What needs to get done
Investigate best practices on CLI tools and how they should be handling output, and storing it in files
Definition of Done
An overview of current tools we want to have as north starts, and ideally feedback from the UX team as well
Context
This came up from the discussion in https://github.com/canonical/bundle-kubeflow/pull/1038#discussion_r1741887893
Right now the
scripts/get-images.py
script only prints in stdout the result images. If a user would then need to store the output to a file they could then doget-images.py > images.txt
.A proposal from the above discussion was to instead have an
--output
argument.What needs to get done
Investigate best practices on CLI tools and how they should be handling output, and storing it in files
Definition of Done
An overview of current tools we want to have as north starts, and ideally feedback from the UX team as well