class
AzuCLI::ProjectDetector
- AzuCLI::ProjectDetector
- Reference
- Object
Overview
Detects project type from structure and configuration
Defined in:
azu_cli/config/project_detector.crConstructors
Instance Method Summary
-
#api_project? : Bool
Check if project is API-only
-
#api_version : String
Get API version from config
-
#cli_project? : Bool
Check if project is CLI
-
#detect_type : String
Detect project type (web, api, cli)
-
#openapi_enabled? : Bool
Check if OpenAPI is enabled
-
#web_project? : Bool
Check if project is web