mirror of https://gitee.com/bigwinds/arangodb
arangoexport: added manpage
This commit is contained in:
parent
2a634454d6
commit
eac29a728a
|
@ -0,0 +1,21 @@
|
|||
NAME
|
||||
<COMMAND> - a tool to export collections of an ArangoDB database
|
||||
SYNOPSIS
|
||||
<COMMAND> [options]
|
||||
DESCRIPTION
|
||||
The <COMMAND> binary can be used to export collections of an ArangoDB
|
||||
database to json and jsonl. It can also export a graph or collections
|
||||
to xgmml.
|
||||
|
||||
<COMMAND> will work on the specified database only. If no database name
|
||||
is specified, <COMMAND> will work on the default database ("_system").
|
||||
|
||||
The exported jsonl files can be re-imported in an ArangoDB database
|
||||
using the arangoimp tool.
|
||||
OPTIONS
|
||||
The <COMMAND> binary has many options that can be used to control its
|
||||
behavior. For a complete list of options, please refer to the
|
||||
ArangoDB online manual, available at https://www.arangodb.com/ or run
|
||||
<COMMAND> --help.
|
||||
|
||||
AUTHOR
|
Loading…
Reference in New Issue