Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

cldkctl cdn

The cdn command manages CDN (Content Delivery Network) services for your projects. This command allows you to create, list, and view CDN distributions associated with your projects.

Usage

cldkctl cdn [flags]
cldkctl cdn [command] 

Available command

command
Description

create

Create a new CDN distribution.

delete

Delete a CDN distribution.

detail

Show details of a CDN distribution.

list

List CDN distributions.

Flags

This command supports global flags. Refer to the Global Flags section for details.

flag
description

-h, --help

Help for the cdn command.

Last updated