Recent searches

in

sites files move

Description

Move a file within a site editing session.

Usage

cloudcannon sites files move [OPTIONS] --site=<name|id|uuid|domain> <SRC> <DEST>

Arguments

SRC Required#

The source path on the site.

DEST Required#

The destination path on the site.

Options

--site=<name|id|uuid|domain> Required#

The site name, ID, UUID, or domain.

--allow-overwrite#

Overwrite the destination if it already exists.

Defaults to: false.

Open in a new tab