Skip to content

Commit e76f3ca

Browse files
authored
Don't imply the CLI isn't required for Auto API (#15917)
The intent behind "without requiring invoking the CLI from a shell process" is to highlight that you don't need to run the `pulumi` binary "by hand", but it might lead people to think that you don't need the `pulumi` binary. This change rewords the sentence so it doesn't imply the `pulumi` binary isn't required.
1 parent 08989ad commit e76f3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/iac/automation-api/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ aliases:
1717
- /docs/iac/using-pulumi/automation-api/
1818
---
1919

20-
The Pulumi Automation API is a programmatic interface for running Pulumi programs without the Pulumi CLI. Conceptually, this can be thought of as encapsulating the functionality of the CLI (`pulumi up`, `pulumi preview`, `pulumi destroy`, `pulumi stack init`, etc.) but with more flexibility. It is a strongly typed and safe way to use Pulumi in embedded contexts such as web servers, without requiring invoking the CLI from a shell process.
20+
The Pulumi Automation API is a programmatic interface for running Pulumi programs without the Pulumi CLI. Conceptually, this can be thought of as encapsulating the functionality of the CLI (`pulumi up`, `pulumi preview`, `pulumi destroy`, `pulumi stack init`, etc.) but with more flexibility. It is a strongly typed and a safe way to use Pulumi in embedded contexts such as web servers, without requiring the user to run the `pulumi` CLI from a shell process manually.
2121

2222
![automation-api](automation-api.png)
2323

0 commit comments

Comments
 (0)