Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iansrobinson committed Feb 26, 2019
1 parent 896d446 commit fae4f93
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion neptune-export/docs/export-pg-from-config.md
Expand Up @@ -8,7 +8,8 @@
{-c | --config-file} <configFile>
[ {-cn | --concurrency} <concurrency> ]
{-d | --dir} <directory> {-e | --endpoint} <endpoint>...
[ {-el | --edge-label} <edgeLabels>... ] [ --format <format> ]
[ {-el | --edge-label} <edgeLabels>... ]
[ --exclude-type-definitions ] [ --format <format> ]
[ --lb-port <loadBalancerPort> ] [ --log-level <log level> ]
[ {-nl | --node-label} <nodeLabels>... ]
[ --nlb-endpoint <networkLoadBalancerEndpoint> ]
Expand Down Expand Up @@ -63,6 +64,13 @@
-el <edgeLabels>, --edge-label <edgeLabels>
Labels of edges to be exported (optional, default all labels)

--exclude-type-definitions
Exclude type definitions from column headers (optional, default
false)

This option may occur a maximum of 1 times


--format <format>
Output format (optional, default 'csv')

Expand Down
10 changes: 9 additions & 1 deletion neptune-export/docs/export-pg.md
Expand Up @@ -7,7 +7,8 @@
[ --alb-endpoint <applicationLoadBalancerEndpoint> ]
[ {-cn | --concurrency} <concurrency> ]
{-d | --dir} <directory> {-e | --endpoint} <endpoint>...
[ {-el | --edge-label} <edgeLabels>... ] [ --format <format> ]
[ {-el | --edge-label} <edgeLabels>... ]
[ --exclude-type-definitions ] [ --format <format> ]
[ --lb-port <loadBalancerPort> ] [ --log-level <log level> ]
[ {-nl | --node-label} <nodeLabels>... ]
[ --nlb-endpoint <networkLoadBalancerEndpoint> ]
Expand Down Expand Up @@ -52,6 +53,13 @@
-el <edgeLabels>, --edge-label <edgeLabels>
Labels of edges to be exported (optional, default all labels)

--exclude-type-definitions
Exclude type definitions from column headers (optional, default
false)

This option may occur a maximum of 1 times


--format <format>
Output format (optional, default 'csv')

Expand Down

0 comments on commit fae4f93

Please sign in to comment.