Command line toolsGet

Get

cds get OBJECT
cds get HASH on STORE

Downloads an object and writes it to STDOUT. If the object is not found, the program quits with exit code 1.

cds get HASH

As above, but uses the selected store.

… decrypted with AESKEY

Decrypts the object after retrieval.

cds save … as FILENAME

Saves the object to FILENAME instead of writing it to STDOUT.

cds save data of … as FILENAME

Saves the object's data to FILENAME.

cds hex dump …

Writes the object as hex string to STDOUT.

Related commands

cds open envelope OBJECT
cds show record OBJECT [decrypted with AESKEY]
cds show hashes of OBJECT

Syntax

Open