Open fernando-villalba opened 6 months ago
@fernando-villalba I am working on this issue.
I have formatted the command output to display a list of all the installed applications on the cluster. Let me know if you think this output looks good. The API returns a list of all installed apps, so it’s convenient to show them all in the CLI and informative for the end user as well.
Alternatively, let me know if we only want to show the applications that were created by the specific command (e.g., postgresql, uptime-kuma, volcano), excluding the ones that were installed by default (e.g., metrics-server, traefik2-nodeport) when the cluster is spun up.
I am attaching a screenshot for your reference. If this looks good to you, I will raise the PR.
CC: @uzaxirr @alessandroargentieri
Issue
When adding applications to a cluster, the feedback is insufficient:
Consider these two examples:
output:
And this:
Output:
Acceptance Criteria