Skip to content
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

command: error on invalid plugins remove #12669

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

lbajolet-hashicorp
Copy link
Contributor

If a user attempts to remove a plugin through the packer plugins remove subcommand, and the specified plugin is not installed, the command succeeds, but does nothing, and exits silently.

This is not clear what is happening, and arguably, calling a command that does nothing, not even explain what went wrong, is not intuitive.

Because of that, this commit changes how the command behaves in this case, stating what went wrong, and exiting with a non-zero status.

If a user attempts to remove a plugin through the `packer plugins
remove' subcommand, and the specified plugin is not installed, the
command succeeds, but does nothing, and exits silently.

This is not clear what is happening, and arguably, calling a command
that does nothing, not even explain what went wrong, is not intuitive.

Because of that, this commit changes how the command behaves in this
case, stating what went wrong, and exiting with a non-zero status.
@lbajolet-hashicorp lbajolet-hashicorp marked this pull request as ready for review October 26, 2023 20:54
@lbajolet-hashicorp lbajolet-hashicorp requested a review from a team as a code owner October 26, 2023 20:54
Copy link
Member

@nywilken nywilken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lbajolet-hashicorp lbajolet-hashicorp merged commit f221a79 into main Oct 31, 2023
11 checks passed
Copy link

github-actions bot commented Dec 1, 2023

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants