mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-27 09:09:52 -04:00
21 lines
590 B
Text
21 lines
590 B
Text
---
|
|
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.
|