Skip to content

pulumi-plugin: add page #17200

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions pages/common/pulumi-plugin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# pulumi plugin

> Manage language and resource provider plugins manually.
> Other commands manage these automatically.
> More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_plugin/>.

- List all plugins on the downloaded cache:

`pulumi plugin ls`

- List plugins being used by the current project in JSON format:

`pulumi plugin {{[-p|--project]}} {{[-j|--json]}}`

- Install a plugin kind (e.g resource) with the latest version or a specific one:

`pulumi plugin install {{kind}} {{name}} {{version}}`

- Remove a plugin kind (e.g. resource) and interactively pick a version or provide a specific one:

`pulumi plugin rm {{kind}} {{name}} {{version}}`

- Display help:

`pulumi plugin {{[-h|--help]}}`