diff --git a/docs/showcase/examples.json b/docs/showcase/examples.json index a9f1908f0..55327a7da 100644 --- a/docs/showcase/examples.json +++ b/docs/showcase/examples.json @@ -68,29 +68,90 @@ "educational_value": "high", "generated_by": "uat-tester", "generated_at": "2026-04-07" + }, + { + "id": "cleveragents-cli-basics", + "title": "CleverAgents CLI Basics: Version, Info & Diagnostics", + "category": "cli-tools", + "path": "cli-tools/cleveragents-cli-basics.md", + "feature_area": "CLI version/info/diagnostics", + "commands": [ + "python -m cleveragents --help", + "python -m cleveragents --version", + "python -m cleveragents version", + "python -m cleveragents --format json version", + "python -m cleveragents info", + "python -m cleveragents diagnostics", + "python -m cleveragents diagnostics --check" + ], + "verified_commands": [ + "python -m cleveragents --help", + "python -m cleveragents --version", + "python -m cleveragents version", + "python -m cleveragents --format json version" + ], + "complexity": "beginner", + "educational_value": "high", + "tags": [ + "version", + "info", + "diagnostics", + "json", + "ci-cd", + "scripting" + ], + "generated_by": "uat-tester", + "generated_at": "2026-04-07" } ], "categories": { "cli-tools": { "name": "CLI Tools", "description": "Text-based command-line applications", - "keywords": ["CLI", "command-line", "terminal", "console", "tool"] + "keywords": [ + "CLI", + "command-line", + "terminal", + "console", + "tool" + ] }, "api-clients": { - "name": "API Clients", + "name": "API Clients", "description": "Command-line clients for web APIs", - "keywords": ["API", "REST", "client", "HTTP", "web", "request"] + "keywords": [ + "API", + "REST", + "client", + "HTTP", + "web", + "request" + ] }, "data-processing": { "name": "Data Processing", "description": "Tools for data analysis and transformation", - "keywords": ["data", "CSV", "JSON", "parser", "analyzer", "transform"] + "keywords": [ + "data", + "CSV", + "JSON", + "parser", + "analyzer", + "transform" + ] }, "testing-tools": { "name": "Testing Tools", "description": "Testing utilities and automation", - "keywords": ["test", "pytest", "behave", "unittest", "automation", "QA"] + "keywords": [ + "test", + "pytest", + "behave", + "unittest", + "automation", + "QA" + ] } }, - "last_updated": null + "last_updated": "2026-04-07" }