Recent searches

in

sites files upload

Description

Upload a file to a site.

Usage

cloudcannon sites files upload [OPTIONS] --site=<name|id|uuid|domain> <LOCALPATH> <PATH>

Arguments

LOCALPATH Required#

The local file path to upload.

PATH Required#

The destination path on the site.

Options

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

The site name, ID, UUID, or domain.

--type=<mime>#

MIME type of the file.

--allow-overwrite#

Overwrite the destination if it already exists.

Defaults to: false.

Open in a new tab