mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-15 22:20:33 -04:00
26 lines
1.1 KiB
Text
26 lines
1.1 KiB
Text
---
|
|
description: |
|
|
The `packer plugins installed` command lists the installed Packer plugins.
|
|
page_title: packer plugins installed command reference
|
|
---
|
|
|
|
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
|
|
> [!IMPORTANT]
|
|
> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com.
|
|
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
|
|
|
|
# `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.
|