Azion CLI dev

The dev command adapts the environment for building your edge application and run it locally. It’s used for projects already initialized as Azion edge applications.

link an existing project to an Azion edge application
Terminal window
azion dev

Once you’ve initialized the local development server, the application goes through the build process.

Terminal window
Building your Edge Application. This process may take a few minutes
Running build step command:
...

Then, when the build is complete, the access to the application is prompted:

Terminal window
[Vulcan] [Server] › ✔ success Function running on port http://localhost:3000

The --help option displays more information about the dev command.

The --firewall option indicates the function is intended for Edge Firewall.

edge functions for edge applications
edge functions for edge firewall

Contributors