Replies: 5 comments
-
The |
Beta Was this translation helpful? Give feedback.
-
@SamErde I personally am not a fan when apps force me to update when I'm trying to do something. So the warning message was a way to let the user be in control and they can run the update if they wanted to, without affecting their flow. This is usually the behavior in other CLI tools like homebrew and even PowerShell itself. This is not really a big issue for folks that set up automation, since each run the module gets installed so the latest version from the gallery is used. @fdicarlo I do love that you've already written the code for Slack, we can always add it to the docs for those who wish to set it up. Do you want to create a PR for the docs with this? |
Beta Was this translation helpful? Give feedback.
-
Hi @merill I agree, I don't like forced updates either hence why it was just an update checker, not an enforcer :) |
Beta Was this translation helpful? Give feedback.
-
Cheers @fdicarlo I'll move this to a discussion. |
Beta Was this translation helpful? Give feedback.
-
@fdicarlo and @merill, I agree completely with your preference to not force the user to update their app. That was not the intent of my comments, just to be clear. 😄 My question was really regarding the line of code used in several places that executes |
Beta Was this translation helpful? Give feedback.
-
Thinking about the logic of Maester and/or the Slack bot - would it make sense to have an update checker to see when a new Maester version is released? The team using Maester may not always checking GitHub.
I tried to script something but I am not sure about it:
Beta Was this translation helpful? Give feedback.
All reactions