docs
docs copied to clipboard
All things related to docs generation for the Pulumi CLI, SDK, and tutorials.
## Overview We'd like to raise the prominence of our feedback functionality in tandem with changes to our Docs & Registry. The changes expand the number of selection from 2...
Issue to capture improvements for the step-by-step guide for https://www.pulumi.com/docs/pulumi-cloud/deployments/review-stacks/ - Swap out demo video for guided overview - incorporate end to end user flow and steps from deployments /...
Submitted On: 05-29-2023 Comment(s): failed to initialize discovery client: The gcp auth plugin has been removed
There's a wealth of information I think we're missing on how our users interact with code blocks on docs. I'm curious how complicated would it be to send data into...
Submitted On: 12-03-2022 Comment(s): frontend_port = config.require_int(""frontend_port"") backend_port = config.require_int(""backend_port"") mongo_port = config.require_int(""mongo_port"") This code is not right. Please check the blog (Configure the application Section)
Submitted On: 02-15-2023 Comment(s): The initial code snippet uses camelCase instead of snake_case.
The code is inconsistent and causes failures: 1. my_first_app vs my-second-app 2. my_first_app:mongoHost vs my_first_app:mongo_host 3. running pulumi up on my_first_app staging will fail if my_first_app dev is still running...
Submitted On: 07-31-2023 Comment(s): needs info on how to use pulumi stack outputs
The very last instruction to run on [the "Understanding Stack Outputs" page](https://www.pulumi.com/learn/building-with-pulumi/stack-outputs/) is `pulumi up`, in order to see the difference between the `dev` and the `staging` stacks. > Now,...
Submitted On: 05-29-2023 Comment(s): It is not clear how to rename a project. My state is: Type Name Status pulumi:pulumi:Stack root-prod and so I figured maybe all I need to...