sg: how do a user know when running sg setup again is needed?
Created by: jhchabran
Problem: when, as user, do I know that I should run sg setup
again?
Unless the user is taking a look at the changelog, it's rather difficult to not miss when a change has been pushed on the sg setup
tasks.
This can lead to other commands failing, and the user will have to resort to run sg setup
just in case or reach out for support.
A concrete example of this can be found over slack
Ideas:
- Tie commands to setup tasks (running checks before the command? or just after a failure?)
- Display the changelog at the bottom of the help message?
- Explicitly mention
sg setup
changes when auto updating?