Open technicalpickles opened 10 months ago
I'm up for showing the output. My initial thought was, there woudln't be anything that a user would want to see from a check, so that's why it's hidden, but happy to switch it up.
I'm thinking to output like:
+1 I think it would be good to display some output from the checks.
I am starting a check for
aws sso login
. I borrowed logic for checking if a session is expired, and then signin in from code I've used before. I've noticed thatcheck
doesn't typically show the output on the console, and was kinda surprised when I got the output forfix
on the console. It is actually what I wanted, because there is output the user needs to attend to 😁 I am more creating is to see if this is the desired behavior or not.I did notice that you get that output before it's clear what the output is from.
Here's the implementation:
And the YAML:
And here's the output: