Files
Packer-Cn/website/content/docs/commands/plugins/installed.mdx
50da6c8dc8 docs: Migrate link formats (#12192)
* 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 <[email protected]>
Co-authored-by: Wilken Rivera <[email protected]>
Co-authored-by: Kendall Strautman <[email protected]>
2023-01-27 09:47:08 -08:00

22 lines
523 B
Plaintext

---
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.