-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing CLI environment variables #12567
Conversation
Your site preview for commit 2bf95b1 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-12567-2bf95b1f.s3-website.us-west-2.amazonaws.com. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mikhailshilkov!
Do you know if it's possible to generate these programmatically? It'd be great to not have to remember to do this.
<p> | ||
Specifies the endpoint for Pulumi AI service. | ||
</p> | ||
<pre><code class="text-xs">PULUMI_AI_SERVICE_ENDPOINT="https://ai.pulumi.com"</code></pre> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually .. is this URL a thing? Doesn't seem to resolve for me.
</dt> | ||
<dd> | ||
<p> | ||
Enable features for hacking on pulumi itself. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enable features for hacking on pulumi itself. | |
Enable features for hacking on Pulumi itself. |
</dt> | ||
<dd> | ||
<p> | ||
Disables provider preview and enabled previous more concervative preview behavior. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disables provider preview and enabled previous more concervative preview behavior. | |
Disables provider preview and enables previous more conservative preview behavior. |
Incidentally, what does "more conservative" mean"? Might be good to explain this a little.
</dt> | ||
<dd> | ||
<p> | ||
Specifies overrides for Plugin Download URLs. The expected format is `regexp=URL`, and multiple pairs can be specified separated by commas. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Specifies overrides for Plugin Download URLs. The expected format is `regexp=URL`, and multiple pairs can be specified separated by commas. | |
Specifies overrides for plugin-download URLs. The expected format is <code>regexp=URL</code>, and multiple pairs can be specified separated by commas. |
</dd> | ||
<dt> | ||
<span class="font-mono"> | ||
PULUMI_DISABLE_RESOURCE_REFERENCES |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need this anymore, so not sure we should even document it. Rather, we should clean up its usage.
</dd> | ||
<dt> | ||
<span class="font-mono"> | ||
PULUMI_DISABLE_OUTPUT_VALUES |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar to PULUMI_DISABLE_RESOURCE_REFERENCES
, though I'm not sure we're quite ready to get rid of it. I don't think we're going to want to maintain this long term, so not sure we should doc it here.
Hey @cnunciato and @mikhailshilkov : I accidentally clicked on merge as I thought I had a different PR open to review. (stupid mobile app). Sorry you may need to reopen this. |
Proposed changes
Apparently, we miss many environment variables in our docs. I added all the ones that I could find (with Claude's help).
Unreleased product version (optional)
Related issues (optional)