EdgeOne CLI New Release: Elevating the Full-Stack Development Experience

Chris ChenChris Chen
5 min read
Spt 9, 2025

update edgeone cli

We're excited to share some key updates to EdgeOne CLI! This update is designed to enhance the convenience and efficiency of full-stack development, providing developers with a smoother integrated development and deployment experience.

Key Updates

Below are the key highlights of this release:

Local Node Functions Development & Debugging

You can now seamlessly develop and debug Node.js serverless functions locally. Simply create a  node-functions  folder in your project root directory to start writing and testing Node.js code, making local Node Functions development simple and efficient.

Automatic Framework Detection & Unified Development

When using the  edgeone pages dev  command, the CLI will automatically detect your frontend framework (such as React, Vue, etc.) and simultaneously start both the frontend development service and the Pages Functions service. No manual port forwarding is required—frontend and backend run on the same port, greatly simplifying the local debugging process.

run edgeone pages dev

Smarter Deployment Process

When executing  edgeone pages deploy , there’s no longer a need to manually specify folder or ZIP package paths. The CLI will automatically trigger the build process, generate optimized static assets and function files, and complete one-click deployment. Just focus on your code—let EdgeOne Pages handle the rest.

Get Started Today

This update significantly enhances EdgeOne Pages' full-stack development capabilities, covering everything from local debugging to automated deployment. Experience faster, smarter cloud-edge development workflows.

Upgrade now and boost your productivity:

npm install -g edgeone@latest

Ready to dive in? Check out our documentation for setup guides and examples.