-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add command goose update
to update goose CLI version
#1308
base: main
Are you sure you want to change the base?
Conversation
This is a valuable addition. To enhance build configurations for immutable systems, perhaps we could introduce an environment variable (e.g., DISABLE_CLI_UPDATES) that allows users to opt out of and disable CLI-based updates. |
…n for immutable system
Thanks for the suggestion. I'm not familiar with immutable systems, so not sure it's better to skip the update silently or raise an error when |
I just want to duck my head in here and vote for this one. I have a ./update_goose.sh that I run all the time, but yes, this really seems like the right way for updates to happen. |
goose update
to update goose CLI versiongoose update
to update goose CLI version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would remove the check for DISABLE_CLI_UPDATES
as I think it makes sense not to need to check if the user is running an explicit goose update
command.
Then good to merge. Thanks for the contribution!
Co-authored-by: Alex Hancock <[email protected]>
Hi Alex, thanks for the review. The change is applied, waiting for approval of CI checks... |
thanks for contributing! the formatting check is failing - |
No description provided.