Command line toolsPut

Put

cds put FILE* [onto STORE*]

Uploads object files onto object stores. If no stores are provided, the selected store is used. If an upload fails, the program immediately quits with exit code 1.

cds put FILE encrypted with AESKEY [onto STORE*]

Encrypts the object before the upload.

cds put object with [HASH* and] FILE

Creates an object with the HASHes as hash list and FILE as data.

cds put public key of KEYPAIR

Uploads the public key of the indicated key pair onto the store.

Syntax

Open