1.1 KiB
1.1 KiB
title_tag, meta_desc, title, h1, meta_image, menu
title_tag | meta_desc | title | h1 | meta_image | menu | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Pulumi CLI commands | The Pulumi CLI offers many commands to execute from your command-line. | Commands | Pulumi CLI commands | /images/docs/meta-images/docs-meta.png |
|
Common Commands
The most common commands in the CLI that you'll be using are as follows:
pulumi new
: creates a new project using a templatepulumi stack
: manage your stacks (at least one is required to perform an update)pulumi config
: configure variables such as keys, regions, and so onpulumi up
: preview and deploy changes to your program and/or infrastructurepulumi preview
: preview your changes explicitly before deployingpulumi destroy
: destroy your program and its infrastructure when you're done
Complete Reference
Below is the complete documentation for all available commands:
{{< pulumi-command >}}