Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
command: plugins install reject non-releases
When installing a plugin with packer plugins install --path, we only accept release versions of a plugin, as otherwise the loading can be inconsistent if for example a user specifies a required_plugins block in their template, in which case the plugins will be ignored. Until we have a simpler loading scheme then, we will reject non-release versions of plugins to avoid confusion.
- Loading branch information