canonical / bundle-kubeflow

Charmed Kubeflow
Apache License 2.0
104 stars 50 forks source link

Investigate having an `--output` parameter in our CLI scripts #1060

Open kimwnasptd opened 2 months ago

kimwnasptd commented 2 months ago

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 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

syncronize-issues-to-jira[bot] commented 2 months ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6211.

This message was autogenerated