docs: update examples.json index with CLI basics showcase entry
This commit is contained in:
@@ -68,29 +68,90 @@
|
|||||||
"educational_value": "high",
|
"educational_value": "high",
|
||||||
"generated_by": "uat-tester",
|
"generated_by": "uat-tester",
|
||||||
"generated_at": "2026-04-07"
|
"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": {
|
"categories": {
|
||||||
"cli-tools": {
|
"cli-tools": {
|
||||||
"name": "CLI Tools",
|
"name": "CLI Tools",
|
||||||
"description": "Text-based command-line applications",
|
"description": "Text-based command-line applications",
|
||||||
"keywords": ["CLI", "command-line", "terminal", "console", "tool"]
|
"keywords": [
|
||||||
|
"CLI",
|
||||||
|
"command-line",
|
||||||
|
"terminal",
|
||||||
|
"console",
|
||||||
|
"tool"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"api-clients": {
|
"api-clients": {
|
||||||
"name": "API Clients",
|
"name": "API Clients",
|
||||||
"description": "Command-line clients for web APIs",
|
"description": "Command-line clients for web APIs",
|
||||||
"keywords": ["API", "REST", "client", "HTTP", "web", "request"]
|
"keywords": [
|
||||||
|
"API",
|
||||||
|
"REST",
|
||||||
|
"client",
|
||||||
|
"HTTP",
|
||||||
|
"web",
|
||||||
|
"request"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"data-processing": {
|
"data-processing": {
|
||||||
"name": "Data Processing",
|
"name": "Data Processing",
|
||||||
"description": "Tools for data analysis and transformation",
|
"description": "Tools for data analysis and transformation",
|
||||||
"keywords": ["data", "CSV", "JSON", "parser", "analyzer", "transform"]
|
"keywords": [
|
||||||
|
"data",
|
||||||
|
"CSV",
|
||||||
|
"JSON",
|
||||||
|
"parser",
|
||||||
|
"analyzer",
|
||||||
|
"transform"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"testing-tools": {
|
"testing-tools": {
|
||||||
"name": "Testing Tools",
|
"name": "Testing Tools",
|
||||||
"description": "Testing utilities and automation",
|
"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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user