weaviate / weaviate-cli

CLI tool for Weaviate
https://weaviate.io/developers/weaviate/client-libraries/cli
BSD 3-Clause "New" or "Revised" License
11 stars 11 forks source link

Weaviate v1 migration #48

Closed StefanBogdan closed 3 years ago

StefanBogdan commented 3 years ago

Make weaviate CLI compatible with weaviate >=v1.0.0. For this release the CLI comand was renamed from weaviate-cli to weaviate, this removes the redundancy. The removing all objects from weaviate was renamed from empty to delete i.e. weaviate-cli data empty becomes weaviate data delete. Rename schema truncate to delete because it does not truncates any subsets of schema , just deletes the whole schema, the command weaviate-cli schema truncate becomes weaviate schema delete.