LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pulumi-install

Install Pulumi project dependencies and plugins

TLDR

Install project dependencies and plugins
$ pulumi install
copy
Install without language dependencies
$ pulumi install --no-dependencies
copy
Install without plugins
$ pulumi install --no-plugins
copy
Reinstall all plugins even if they exist
$ pulumi install --reinstall
copy
Install with custom parallelism
$ pulumi install --parallel [8]
copy
Use language version tools to set up the runtime
$ pulumi install --use-language-version-tools
copy

SYNOPSIS

pulumi install [options]

DESCRIPTION

pulumi install installs packages and plugins required by your Pulumi program or policy pack. If your Pulumi.yaml file contains a 'packages' section, this command automatically installs SDKs for all declared packages. Run after cloning a project or updating dependencies.

PARAMETERS

--no-dependencies

Skip installing language dependencies.
--no-plugins
Skip installing plugins.
--reinstall
Reinstall plugins even if they already exist.
--parallel int
Max number of concurrent installs (default 4).
--use-language-version-tools
Use language version tools to setup and install the language runtime.

INSTALL

sudo pacman -S pulumi
copy
sudo apk add pulumi
copy
brew install pulumi
copy
nix profile install nixpkgs#pulumi
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid