Files

22 lines
523 B
Plaintext
Raw Permalink Normal View History

---
description: |
The "plugins installed" command will list installed plugins.
page_title: plugins Command
---
# `plugins installed`
The `plugins installed` subcommand lists installed Packer plugins
```shell-session
$ packer plugins installed -h
Usage: packer plugins installed
This command lists all installed plugin binaries that match with the current
OS and architecture. Packer's API version will be ignored.
```
## Related
2023-01-27 11:47:08 -06:00
- [`packer init`](/packer/docs/commands/init) will install all required plugins.