-
Notifications
You must be signed in to change notification settings - Fork 241
Blog post for CLI AI additions #14970
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
Conversation
Your site preview for commit e8199b8 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14970-e8199b86.s3-website.us-west-2.amazonaws.com. |
Your site preview for commit e5a8075 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14970-e5a8075c.s3-website.us-west-2.amazonaws.com. |
Your site preview for commit 7ba613a is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14970-7ba613a1.s3-website.us-west-2.amazonaws.com. |
|
||
## What's next | ||
|
||
The feature is currently in preview. You will need to add the --copilot flag to your pulumi CLI command to enable it: |
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.
Maybe mention --copilot
earlier in the post, or else most people will not see it? 🤔
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.
If you have a more exciting example, feel free to use yours.
Your site preview for commit e010d26 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14970-e010d269.s3-website.us-west-2.amazonaws.com. |
Your site preview for commit cf8acd2 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14970-cf8acd22.s3-website.us-west-2.amazonaws.com. |
Ping @mikhailshilkov and @foot |
|
||
--- | ||
|
||
## Introducing AI-Powered insights in Pulumi CLI |
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.
IMO this intro goes a bit too far in trying to build a common arc for these two features. I would keep it to a single paragraph, and then move the other two to corresponding sections.
|
||
<div style="text-align: center; width: 100%; margin: 0 auto;"> | ||
<img src="explain.png" alt="" style="width: 100%;"> | ||
</div> |
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.
This ones not bad.
|
||
<div style="text-align: center; width: 100%; margin: 0 auto;"> | ||
<img src="summarize2.png" alt="" style="width: 100%;"> | ||
</div> |
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.
Yeah, trying to load up an example that is better than a TS error.
152c64b
to
0eee71f
Compare
Your site preview for commit 0eee71f is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14970-0eee71f5.s3-website.us-west-2.amazonaws.com. |
So excited for this to ship! 🎉 Some minor comments from me. |
Your site preview for commit 4f26797 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14970-4f267975.s3-website.us-west-2.amazonaws.com. |
Your site preview for commit 90a5c52 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14970-90a5c520.s3-website.us-west-2.amazonaws.com. |
Your site preview for commit ee56397 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14970-ee563975.s3-website.us-west-2.amazonaws.com. |
Your site preview for commit 82da540 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14970-82da540d.s3-website.us-west-2.amazonaws.com. |
Your site preview for commit 64013d6 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14970-64013d62.s3-website.us-west-2.amazonaws.com. |
@@ -0,0 +1,89 @@ | |||
--- | |||
title: "Pulumi Updates, Explained: AI-Powered Features in Pulumi CLI" |
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.
Maybe just me, but this parses a little funny. Any reason not to just say
title: "Pulumi Updates, Explained: AI-Powered Features in Pulumi CLI" | |
title: "AI-Powered Infrastructure as Code Features in Your CLI" |
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.
The intent was to say that pulumi updates are now explained with AI, but maybe it came out a little awkward.
Maybe simply "AI-Powered Features in Pulumi CLI"? ("Infrastructure as Code" is applicable to everything we do and feels a bit redundant here)
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 agree it's funny but also it's not boring and has some charm to it, in a sense. I'll keep it as-is.
Your site preview for commit c98035b is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14970-c98035b1.s3-website.us-west-2.amazonaws.com. |
Blog post announcing diagnostic summarization and explain update.