You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/website/content/docs/commands/plugins/install.mdx

25 lines
694 B

---
description: |
The "plugins install" command can install a plugin at a version constraint.
page_title: plugins Command
---
# `plugins install`
The `plugins install` subcommand installs a Packer plugin at a version constraint
```shell-session
$ packer plugins install -h
Usage: packer plugins install <plugin> [<version constraint>]
This command will install the most recent compatible Packer plugin matching
version constraint. When the version constraint is omitted, the most recent
version will be installed.
Ex: packer plugins install github.com/hashicorp/happycloud v1.2.3
```
## Related
- [`packer init`](/packer/docs/commands/init) will install all required plugins.