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/installed.mdx

22 lines
590 B

---
description: |
The `packer plugins installed` command lists the installed Packer plugins.
page_title: packer plugins installed command reference
---
# `packer plugins installed` command reference
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
- [`packer init`](/packer/docs/commands/init) will install all required plugins.