typedb-osi / typedb-loader

TypeDB Loader - Data Migration Tool for TypeDB
https://github.com/typedb-osi/typedb-loader
Apache License 2.0
58 stars 17 forks source link

Wiki update for: 10 TypeDB Loader as Executable CLI #68

Closed andy-symonds closed 1 year ago

andy-symonds commented 1 year ago

Hi Folks, The current wiki on running TypeDB Loader as Executable CLI doesn't work for me. There appears to be a missing dash and an extra comma in the command. Any chance of updating the Wiki accordingly to help new users?

It works for me when I use the following (using macOS Ventura 13.1 on Apple M1 Max, however, also had the same issue on an Intel Mac last year):

./bin/typedb-loader load \
        -tdb localhost:1729 \
        -c /path/to/your/config.json \
        -db databaseName \
        -cm

Currently, it states:

./bin/typedbloader load \
        -tdb localhost:1729, \
        -c /path/to/your/config.json \
        -db databaseName \
        -cm

Cheers, Andy

flyingsilverfin commented 1 year ago

Thanks for notifying! Updated :)