pulumi plugin install
Install one or more plugins
Synopsis
Install one or more plugins.
This command is used manually install plugins required by your program. It may be run either with a specific KIND, NAME, and VERSION, or by omitting these and letting Pulumi compute the set of plugins that may be required by the current project. If specified VERSION cannot be a range: it must be a specific number.
If you let Pulumi compute the set to download, it is conservative and may end up downloading more plugins than is strictly necessary.
pulumi plugin install [KIND NAME [VERSION]] [flags]
Options
--checksum string The expected SHA256 checksum for the plugin archive
--exact Force installation of an exact version match (usually >= is accepted)
-f, --file string Install a plugin from a binary, folder or tarball, instead of downloading it
-h, --help help for install
--reinstall Reinstall a plugin even if it already exists
--server string A URL to download plugins from
Options inherited from parent commands
--color string Colorize output. Choices are: always, never, raw, auto (default "auto")
-C, --cwd string Run pulumi as if it had been started in another directory
--disable-integrity-checking Disable integrity checking of checkpoint files
-e, --emoji Enable emojis in the output
--logflow Flow log settings to child processes (like plugins)
--logtostderr Log to stderr instead of to files
--non-interactive Disable interactive mode for all commands
--profiling string Emit CPU and memory profiles and an execution trace to '[filename].[pid].{cpu,mem,trace}', respectively
--tracing file: Emit tracing to the specified endpoint. Use the file: scheme to write tracing data to a local file
-v, --verbose int Enable verbose logging (e.g., v=3); anything >3 is very verbose
SEE ALSO
- pulumi plugin - Manage language and resource provider plugins