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 HASHAs above, but uses the selected store.
… decrypted with AESKEYDecrypts the object after retrieval.
cds save … as FILENAMESaves the object to FILENAME instead of writing it to STDOUT.
cds save data of … as FILENAMESaves 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