惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
Hugging Face - Blog
Hugging Face - Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
Y
Y Combinator Blog
Google DeepMind News
Google DeepMind News
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News
V
Visual Studio Blog
Microsoft Azure Blog
Microsoft Azure Blog
MyScale Blog
MyScale Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
罗磊的独立博客
N
Netflix TechBlog - Medium
M
MIT News - Artificial intelligence
G
Google Developers Blog
阮一峰的网络日志
阮一峰的网络日志
P
Proofpoint News Feed
小众软件
小众软件
Engineering at Meta
Engineering at Meta
D
DataBreaches.Net
S
SegmentFault 最新的问题
H
Help Net Security
量子位

WordPress.com News

What Answer Engine Optimization (AEO) Actually Means Purple: A WooCommerce Theme for WordPress.com Stores How to Monetize a Blog Without Turning It Into a Job WordPress.com Changelog: Custom AI Themes and A New Video Player Twenty-Five Years Later, We Remember September 11 8 Ways to Grow Website Traffic When Google Sends Less of It Changelog: Hosting Dashboard, ChatGPT Plugin, & WordPress 7.1 WordCamp US 2026 Recap: The Artist and the Algorithm WordPress Studio Is Now Agentic — Try the Beta WordPress.com ChatGPT Plugin: Manage Your Site from ChatGPT Every Site, One Click Away in the Hosting Dashboard When WordPress.com Support Knows It’s Time for a Human WordPress.com Guidelines: Give Your Site a Memory WordPress.com Student Plan: Free Websites Students Keep WordPress.com Student Plan: Free Websites Students Keep WordPress.com Changelog: Brand Memory and Better Renewal Warnings WordCamp US 2026 Schedule Highlights: Talks, Demos & More WordPress.com Changelog: New Blocks, Notes & Plan Changes 7 Reasons to Attend WordCamp US 2026 in Phoenix How to Find WordPress Meetups and WordCamps Near You 7 Reasons to Attend WordCamp US 2026 in Phoenix Master SEO & AIO: A Free Course for the AI Search Era WordPress.com Changelog: A More Flexible Editor WordPress Studio Just Got Faster, the CLI is Now Dependency-Free, and Sonnet 5 Support What Is Agentic Commerce? What It Means for Your Store How to Choose a Web Host: 7 Factors to Consider WordPress.com Changelog: Shape Your Newsletter Signup and Get Domain Help in Chat Build your first plugin with WordPress Studio and Cursor Feature Clips: Turn Posts Into Social-Ready Video Customize What Newsletter Subscribers See | WordPress.com
New in WordPress Studio: Studio CLI on npm & phpMyAdmin A...
Alexa Peduzzi · 2026-04-07 · via WordPress.com News
A terminal showing the npm install command for WordPress Studio and a button that says phpMyAdmin

We recently shipped two big updates for our local development tool, WordPress Studio:

  1. Studio CLI as a standalone npm module
  2. phpMyAdmin access

One is for the terminal devotee, the other is for anyone who dreads opening a separate database tool — both are for anyone who’d rather just get building.

Until now, using Studio meant needing to download the desktop app. That changes today.

If you work primarily in the terminal — whether you’re a Linux user or just prefer to keep your hands on the keyboard — you can now install Studio directly via npm and skip the GUI entirely.

The CLI fits naturally in automated test runs, deployment scripts, and AI coding agent workflows — anywhere you’re already working in the terminal and spinning up a WordPress site by hand would slow you down.

How to install

If you already have the Studio desktop app installed, the CLI is already available — just enable Studio CLI for terminal under Preferences. 

The WordPress Studio Settings window showing the Studio CLI for terminal toggle, appearance settings, and more
Did you notice dark mode? That’s new, too. Head to your Preferences to change your app’s appearance.

If you want to install the CLI as a standalone tool, simply run npm install -g wp-studio. Alternatively, if you just want to run it once without installing the command, run npx wp-studio.

From there, you can authenticate with WordPress.com, create and manage local sites, preview in the browser, and run WP-CLI commands. Sync with WordPress.com and Pressable, import, export, and more are on the way.

The CLI and the desktop app are companions, not competitors: you can switch between them freely and they stay in sync. And don’t worry: the desktop app isn’t going anywhere.

phpMyAdmin access

On the desktop side, Studio now includes phpMyAdmin access directly from the Overview tab, giving you a visual interface to manage your site’s database. 

Inspecting or editing your local database used to mean reaching for a separate tool and going through a setup you’d rather not bother with. Now you can start querying tables, checking data, and debugging schema issues in just one click.

An orange arrow pointing to the phpMyAdmin button in the WordPress Studio Open in... menu

More ways to build locally

These two updates push Studio further in the same direction: less friction between you and building on WordPress. 

The CLI removes the GUI as a requirement, and phpMyAdmin removes the need to leave the app when you need to get into your database.

If you haven’t tried WordPress Studio yet, this is a good time to start.

Questions or feedback? We’re in GitHub — open an issue to share feedback, bugs, and feature requests.