Edge

CLI

Edge CLI

Manage all Edge Network resources from your terminal.

curl -fsSL https://edge.network/install.sh | sh

Features

Single Binary

No dependencies, works on macOS, Linux, and Windows

Fast

Instant startup, efficient API communication

Multiple Output Formats

Table, JSON, YAML, or quiet mode for scripting

Secure

API key authentication, credentials stored locally

Activity Tracking

All CLI actions logged with user and source attribution

Manage All Products

Compute

VMs, keys, groups

CDN

Deployments, domains

DNS

Zones, records

Storage

Buckets, objects

Shield

Widgets, stats

Quick Examples

Create a VM:

edge compute create --name web-1 --size s-2vcpu-4gb --image ubuntu-24

List DNS zones:

edge dns list

Upload to Storage:

edge storage cp ./backup.tar.gz my-bucket/backups/

Purge CDN cache:

edge cdn purge my-deployment --path /images/*

Add bot protection to a form:

edge shield create --name "Contact form" --hostname example.com

Get Started