Skip to content

add studio cli to whats new modal #1213

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

Draft
wants to merge 3 commits into
base: trunk
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/modules/whats-new/components/whats-new-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@ export default function WhatsNewModal( { showModal, onClose }: WhatsNewModalProp
'Discover the latest updates in Studio! Explore exciting new features designed to enhance your experience.'
),
},
{
image: studioIllustration,
title: __( 'Introducing Studio CLI' ),
description: sprintf(
/* translators: %s is the name of the Studio CLI command ("studio") */
__(
'Run the %s command in your terminal to create, list, update, and delete preview sites with our new CLI tool.'
),
'<code>studio</code>'
),
learnMoreUrl: 'https://wordpress.com/blog/2025/04/01/studio-cli/',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There won't be a blog post for this release (see Marketing in pesfPa-1pM-p2)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will need a Learn more link, though, so let's target a support doc instead.

},
{
image: customDomainIllustration,
title: __( 'Choose a custom domain with HTTPS support' ),
Expand Down
Loading