Skip to main content

Quick Examples

Deploy an application

edgerun deploy --image nginx:latest --name my-app

List all deployments

edgerun list deployments

View deployment logs

edgerun logs my-app

Scale a deployment

edgerun scale my-app --replicas 3

Delete a deployment

edgerun delete deployment my-app

Command Categories

Deploy Commands

Deploy and manage applications

Provider Commands

Manage compute providers

Monitoring Commands

Monitor deployments and resources

Auth Commands

Authentication and session management