.gitignore
.pre-commit-config.yaml
CLAUDE.md
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
Makefile
README.md
cli.py
publish.md
pyproject.toml
requirements-dev.txt
setup.cfg
setup.py
.claude/skills/contributing-to-weaviate-cli/SKILL.md
.claude/skills/contributing-to-weaviate-cli/references/adding-commands.md
.claude/skills/contributing-to-weaviate-cli/references/architecture.md
.claude/skills/contributing-to-weaviate-cli/references/code-review.md
.claude/skills/contributing-to-weaviate-cli/references/issue-workflow.md
.claude/skills/contributing-to-weaviate-cli/references/testing.md
.claude/skills/operating-weaviate-cli/SKILL.md
.claude/skills/operating-weaviate-cli/references/backups.md
.claude/skills/operating-weaviate-cli/references/benchmark.md
.claude/skills/operating-weaviate-cli/references/cluster.md
.claude/skills/operating-weaviate-cli/references/collections.md
.claude/skills/operating-weaviate-cli/references/config-management.md
.claude/skills/operating-weaviate-cli/references/data.md
.claude/skills/operating-weaviate-cli/references/exports.md
.claude/skills/operating-weaviate-cli/references/rbac.md
.claude/skills/operating-weaviate-cli/references/search.md
.claude/skills/operating-weaviate-cli/references/tenants.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature.yml
.github/workflows/main.yaml
.github/workflows/release.yaml
test/README.md
test/__init__.py
test/integration/test_auth_integration.py
test/integration/test_create_data_return_collection.py
test/integration/test_data_integration.py
test/integration/test_export_integration.py
test/integration/test_integration.py
test/unittests/conftest.py
test/unittests/test_cli.py
test/unittests/test_defaults.py
test/unittests/test_utils.py
test/unittests/test_managers/test_alias_manager.py
test/unittests/test_managers/test_backup_manager.py
test/unittests/test_managers/test_cluster_manager.py
test/unittests/test_managers/test_collection_manager.py
test/unittests/test_managers/test_config_manager.py
test/unittests/test_managers/test_data_manager.py
test/unittests/test_managers/test_export_manager.py
test/unittests/test_managers/test_node_manager.py
test/unittests/test_managers/test_role_manager.py
test/unittests/test_managers/test_shard_manager.py
test/unittests/test_managers/test_tenant_manager.py
test/unittests/test_managers/test_user_manager.py
weaviate_cli/__init__.py
weaviate_cli/defaults.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/assign.py
weaviate_cli/commands/benchmark.py
weaviate_cli/commands/cancel.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/revoke.py
weaviate_cli/commands/update.py
weaviate_cli/completion/__init__.py
weaviate_cli/completion/complete.py
weaviate_cli/datasets/__init__.py
weaviate_cli/datasets/movies.json
weaviate_cli/managers/__init__.py
weaviate_cli/managers/alias_manager.py
weaviate_cli/managers/backup_manager.py
weaviate_cli/managers/benchmark_manager.py
weaviate_cli/managers/cluster_manager.py
weaviate_cli/managers/collection_manager.py
weaviate_cli/managers/config_manager.py
weaviate_cli/managers/data_manager.py
weaviate_cli/managers/export_manager.py
weaviate_cli/managers/node_manager.py
weaviate_cli/managers/role_manager.py
weaviate_cli/managers/shard_manager.py
weaviate_cli/managers/tenant_manager.py
weaviate_cli/managers/user_manager.py
weaviate_cli/types/models.py