LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pulumi-new

Create a new Pulumi project from template

TLDR

Create new project interactively
$ pulumi new
copy
Create from template
$ pulumi new [template]
copy
Create TypeScript project
$ pulumi new typescript
copy
Create AWS Python project
$ pulumi new aws-python
copy
Create with project name
$ pulumi new [template] --name [project_name]
copy

SYNOPSIS

pulumi new [options] [template]

DESCRIPTION

pulumi new creates a new Pulumi project from a template. Templates include language runtimes (typescript, python, go, csharp) and cloud providers (aws, azure, gcp). Initializes project structure and dependencies.

PARAMETERS

--name name

Project name.
--description desc
Project description.
-s, --stack name
Initial stack name.
-d, --dir dir
Target directory.
-y, --yes
Skip prompts with defaults.
--force
Overwrite existing files.
-g, --generate-only
Generate without creating stack.

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