.gitignore
Dockerfile
LICENSE
README.rst
cli.py
publish.md
pyproject.toml
requirements-dev.txt
setup.cfg
setup.py
.github/workflows/main.yaml
.github/workflows/release.yaml
datasets/movies.json
weaviate_cli/__init__.py
weaviate_cli/utils.py
weaviate_cli.egg-info/PKG-INFO
weaviate_cli.egg-info/SOURCES.txt
weaviate_cli.egg-info/dependency_links.txt
weaviate_cli.egg-info/entry_points.txt
weaviate_cli.egg-info/not-zip-safe
weaviate_cli.egg-info/requires.txt
weaviate_cli.egg-info/top_level.txt
weaviate_cli/commands/__init__.py
weaviate_cli/commands/create.py
weaviate_cli/commands/delete.py
weaviate_cli/commands/get.py
weaviate_cli/commands/query.py
weaviate_cli/commands/restore.py
weaviate_cli/commands/update.py
weaviate_cli/managers/__init__.py
weaviate_cli/managers/backup_manager.py
weaviate_cli/managers/collection_manager.py
weaviate_cli/managers/config_manager.py
weaviate_cli/managers/data_manager.py
weaviate_cli/managers/shard_manager.py
weaviate_cli/managers/tenant_manager.py