mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-06 05:44:37 +00:00
22 lines
489 B
Plaintext
22 lines
489 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pulumi install
|
|
|
|
> Install packages and plugins for the current program or policy pack.
|
|
> More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_install>.
|
|
|
|
- Install packages and plugins:
|
|
|
|
`pulumi install`
|
|
|
|
- Install packages and plugins but skip dependencies:
|
|
|
|
`pulumi install --no-dependencies`
|
|
|
|
- Install packages and reinstall existing plugins:
|
|
|
|
`pulumi install --reinstall`
|