Document additional step for project-namespaced config when renaming stack project#16960
Document additional step for project-namespaced config when renaming stack project#16960meagancojocar merged 3 commits intomasterfrom
Conversation
…aming Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com>
|
Your site preview for commit 04efa09 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16960-04efa09f.s3-website.us-west-2.amazonaws.com. |
|
revised proposal: Note: Because renaming a stack will change the value of You can also rename the stack's project by passing a fully-qualified stack name. For example:
|
|
@claude read the above comment and make the changes + review this |
|
Claude finished @meagancojocar's task in 1m 38s —— View job Tasks
Changes AppliedI've updated the documentation based on Meagan's revised proposal. The changes include:
Review FindingsStyle Compliance ✅
Content Quality ✅
Technical Accuracy ✅
Changes SummaryUpdated content/docs/iac/cli/commands/pulumi_stack_rename.md:23-24 with improved formatting and a concrete example of the configuration key update requirement. Commit: 7596db4 |
- Use italics for file names (Pulumi.yaml, Pulumi.production.yaml) - Add comma after 'e.g.' for style consistency - Provide concrete example of config key update format - Clarify 'configuration variables' to 'configuration keys' Co-authored-by: Meagan <meagancojocar@users.noreply.github.com>
|
Your site preview for commit 7596db4 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16960-7596db48.s3-website.us-west-2.amazonaws.com. |
Documentation ReviewI've reviewed the changes to the stack rename documentation. The update addresses a real gap in the documentation by documenting the need to update project-namespaced configuration keys. Issues FoundLine 20: Formatting inconsistencyThe file name Pulumi.yaml uses italic formatting, while it should use backticks for consistency with code/file references per the style guide. Location: Line 21: Formatting inconsistencySimilarly, the file name Pulumi.production.yaml and the configuration key format should use consistent backtick formatting for code elements. Location: Positive Notes
RecommendationsApply the formatting suggestions above to maintain consistency with the style guide's requirement to use backticks for CLI commands, file names, and code elements (per STYLE-GUIDE.md line 238). If you need me to make these fixes or want additional review, just mention @claude! |
When renaming a stack's project using a fully-qualified name (e.g.,
robot-co/new-project-name/production), the stack settings file is renamed but project-namespaced configuration keys retain the old project prefix.Changes
Pulumi.production.yaml)Example
When renaming from
old-projecttonew-project, configuration keys likeold-project:apiKeymust be manually updated tonew-project:apiKeyin the stack settings file.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
cdn.cypress.io/usr/local/bin/node /usr/local/bin/node index.js --exec install(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.