cayleyexport <file>
The cayleyexport
tool exports content from a Cayley deployment.
See the cayleyimport
document for more information regarding cayleyimport
, which provides the inverse “importing” capability.
Run cayleyexport
from the system command line, not the Cayley shell.
Returns information on the options and use of cayleyexport.
Runs cayleyexport in a quiet mode that attempts to limit the amount of output.
Specify a resolvable URI connection string (enclose in quotes) to connect to the Cayley deployment.
--uri "http://host[:port]"
Format to use for the exported data (if can not be detected defaults to JSON-LD)
Specifies the location and name of a file to export the data to. If you do not specify a file, cayleyexport writes data to the standard output (e.g. “stdout”).