From a7b1e3f09a36e57c5b70a1792351088958111083 Mon Sep 17 00:00:00 2001 From: pulumi-bot Date: Tue, 25 Aug 2026 14:28:04 +0000 Subject: [PATCH] Content review: content/docs/iac/cli/_index.md Automated existing-content review. Co-Authored-By: Claude --- content/docs/iac/cli/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/iac/cli/_index.md b/content/docs/iac/cli/_index.md index fa14d22aa8b6..b20d126cfe8e 100644 --- a/content/docs/iac/cli/_index.md +++ b/content/docs/iac/cli/_index.md @@ -46,7 +46,7 @@ The most common commands in the CLI that you'll be using are as follows: * [`pulumi up`](/docs/iac/cli/commands/pulumi_up/): preview and deploy changes to your program and/or infrastructure * [`pulumi preview`](/docs/iac/cli/commands/pulumi_preview/): preview your changes explicitly before deploying * [`pulumi destroy`](/docs/iac/cli/commands/pulumi_destroy/): destroy your program and its infrastructure when you're done -* [`pulumi api`](/docs/iac/cli/api/): call any [Pulumi Cloud REST API](/docs/reference/cloud-rest-api/) endpoint directly from the CLI, with stable exit codes and a JSON error envelope for scripts and agents +* [`pulumi api`](/docs/iac/cli/api/): call any [Pulumi Cloud REST API](/docs/reference/cloud-rest-api/) endpoint directly from the CLI ## Complete Reference