mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 07:15:27 +02:00
pulumi-plugin: add page (#17200)
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
This commit is contained in:
parent
d290c56ed2
commit
ba8855b051
1 changed files with 25 additions and 0 deletions
25
pages/common/pulumi-plugin.md
Normal file
25
pages/common/pulumi-plugin.md
Normal file
|
@ -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]}}`
|
Loading…
Add table
Reference in a new issue