oscope-dev / scope

Scoping user machines
https://oscope-dev.github.io/scope/
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

`doctor list` displays checks in different order than `doctor run` #45

Closed technicalpickles closed 8 months ago

technicalpickles commented 9 months ago
❯ scope doctor list                                                                                                                                                                                                                                       
 INFO More detailed logs at /tmp/scope/scope-root-20240130-C_0d.log
 INFO Available checks that will run
 INFO Name                Description
 INFO AWS SSO             AWS SSO
 INFO GitHub CLI          GitHub CLI
 INFO GitHub SSH AuthenticationGitHub SSH Authentication
 INFO Homebrew            Make sure homebrew is available
 INFO rbenv               Check your shell for rbenv
 INFO ~/.gusto/init.sh    Check your shell for rbenv

 INFO More detailed logs at /tmp/scope/scope-root-20240130-4LPJ.log
 INFO Check `Homebrew` was successful.
 INFO Check `~/.gusto/init.sh` was successful.
 INFO Check `rbenv` was successful.
 INFO Check `AWS SSO` was successful.
 INFO Check `GitHub CLI` was successful.
 INFO Check `GitHub SSH Authentication` was successful.

I'm also thinking it would be useful to show the order somewhere, so it's easier to make adjustments.