plugins remove
plugins remove
子命令删除符合版本约束的 Packer 插件
$ packer plugins remove -h
Usage: packer plugins remove <plugin> [<version constraint>]
This command will remove all Packer plugins matching the version constraint
for the current OS and architecture.
When the version is omitted all installed versions will be removed.
Ex: packer plugins remove github.com/hashicorp/happycloud v1.2.3
相关命令
packer init
将安装所有所需的插件