Add deployments executorRootPath and PULUMI_ENV docs#17830
Add deployments executorRootPath and PULUMI_ENV docs#17830
Conversation
Closes pulumi/pulumi-service#38301 Documents executorContext.executorRootPath in deployments docs and REST API. Includes follow-up context from pulumi/pulumi-service#38896 by documenting that PULUMI_ENV uses PULUMI_ENV_FILE when executorRootPath is configured.
Docs ReviewOverall, this is a clear, well-structured addition that covers a useful feature. A couple of style issues to fix.
|
|
Your site preview for commit 8a3d4d4 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-17830-8a3d4d43.s3-website.us-west-2.amazonaws.com. |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
CamSoper
left a comment
There was a problem hiding this comment.
Fixed two minor style issues:
- Heading case: "Custom Executor Root Path" → "Custom executor root path" (sentence case per style guide)
- Added missing comma: "By default, this file is..."
Otherwise this is clean — good addition of the executor root path docs and the PULUMI_ENV_FILE context.
|
Your site preview for commit c0e64f1 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-17830-c0e64f1a.s3-website.us-west-2.amazonaws.com. |
Closes https://github.com/pulumi/pulumi-service/issues/38301
Documents executorContext.executorRootPath in deployments docs and REST API.
Includes follow-up context from https://github.com/pulumi/pulumi-service/pull/38896 by documenting that PULUMI_ENV uses PULUMI_ENV_FILE when executorRootPath is configured.
Unreleased product version (optional)
Waiting on https://github.com/pulumi/pulumi-service/pull/38896 to ship