pulumi plugin
all
Manage language and resource provider plugins manually. Other commands manage these automatically.
More info →Options (3)
-p, --projectbooleanList plugins being used by the current project in JSON format
Example:
pulumi plugin {{[-p|--project]}} {{[-j|--json]}}-j, --jsonbooleanList plugins being used by the current project in JSON format
Example:
pulumi plugin {{[-p|--project]}} {{[-j|--json]}}-h, --helpbooleanDisplay help
Example:
pulumi plugin {{[-h|--help]}}Examples (5)
List all plugins on the downloaded cache
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 versionRemove a plugin kind (e.g. resource) and interactively pick a version or provide a specific one
pulumi plugin rm kind name versionDisplay help
pulumi plugin [-h|--help]made by @shridhargupta | data from tldr-pages