You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The binary dgraph-converter is built when running go install -v github.com/dgraph-io/dgraph/dgraph/cmd/... This command should be built into the main dgraph binary and be accessible as a subcommand, i.e. dgraph converter.
The text was updated successfully, but these errors were encountered:
* Moved dgraph-converter binary to dgraph subcommand.
Rolled the dgraph-converter into cobra/viper.
Access the command with `dgraph conv` same options.
Fixed typo with cert subcommand too.
Closes#2624
* Moved dgraph-converter binary to dgraph subcommand.
Rolled the dgraph-converter into cobra/viper.
Access the command with `dgraph conv` same options.
Fixed typo with cert subcommand too.
Closesdgraph-io#2624
(Issue related to this discuss topic: https://discuss.dgraph.io/t/location-of-binaries-after-building-from-source/3324)
The binary
dgraph-converter
is built when runninggo install -v github.com/dgraph-io/dgraph/dgraph/cmd/...
This command should be built into the maindgraph
binary and be accessible as a subcommand, i.e.dgraph converter
.The text was updated successfully, but these errors were encountered: