بنقرة واحدة
weaviate-cli
يحتوي weaviate-cli على 2 من skills المجمعة من weaviate، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Operates Weaviate vector databases through the weaviate-cli tool. Use this skill whenever "weaviate-cli" appears in the prompt, or when the user wants to interact with a running Weaviate cluster. Trigger if the request: mentions weaviate-cli explicitly; asks to create, query, update, or delete collections, tenants, or data in Weaviate; needs to manage RBAC roles and users; wants to run, restore, or cancel backups; asks about cluster health, node status, or shards; needs to manage replication or aliases; wants to benchmark a Weaviate cluster; or is testing/verifying Weaviate functionality from the command line (even if the primary task is testing code changes). Do NOT use for developing or modifying the weaviate-cli source code — use contributing-to-weaviate-cli for that.
Develops, tests, and reviews weaviate-cli source code. Use this skill when the task involves modifying the weaviate-cli codebase itself. Trigger if the request: asks to add a new command or flag to weaviate-cli; needs to fix a bug in the CLI source code (weaviate_cli/ Python files); involves reviewing a PR that changes weaviate-cli; wants to write or update unit or integration tests for the CLI; asks about the Click-based architecture, command-to-manager pattern, or defaults system; or the working directory is the weaviate-cli repository and Python source files need to be modified. Do NOT use for running weaviate-cli commands against a Weaviate cluster — use operating-weaviate-cli for that.