mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-13 18:50:11 -04:00
* Adding check-legacy-links-format workflow * Adding test-link-rewrites workflow * Migrating links to new format * Updating docs-content-check-legacy-links-format hash * chore: update source * Update generated partials from Packer plugin SDK * Bump packer-plugin-sdk to get latest packer-sdc * Update website/content/docs/templates/hcl_templates/blocks/build/provisioner.mdx * Update Plugin SDK to fix shell-local regression --------- Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com> Co-authored-by: Wilken Rivera <wilken@hashicorp.com> Co-authored-by: Kendall Strautman <36613477+kendallstrautman@users.noreply.github.com>
21 lines
523 B
Text
21 lines
523 B
Text
---
|
|
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
|
|
|
|
- [`packer init`](/packer/docs/commands/init) will install all required plugins.
|