2023-06-12 10:03:41 -07:00

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
cli
weight identifier
1 commands

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 template
  • pulumi stack: manage your stacks (at least one is required to perform an update)
  • pulumi config: configure variables such as keys, regions, and so on
  • pulumi up: preview and deploy changes to your program and/or infrastructure
  • pulumi preview: preview your changes explicitly before deploying
  • pulumi destroy: destroy your program and its infrastructure when you're done

Complete Reference

Below is the complete documentation for all available commands:

{{< pulumi-command >}}