---
title: "Edge CLI"
description: "Command-line interface for managing Edge Network resources."
url: https://edge.network/docs/cli/
---

# Edge CLI

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

## 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/*
```

## Get Started

[Installation Install on your system](https://edge.network/docs/cli/installation) [Authentication Set up API keys](https://edge.network/docs/cli/authentication)
[Back to Docs](https://edge.network/docs) [Need help?](https://edge.network/support)
