description property

  1. @override
String description
final

A description of this command, included in usage.

Implementation

@override
final String description = '''Validate your project's whitelabel setup.

USAGE:
udara_cli doctor [OPTIONS]

EXAMPLES:
# Check the whole project (all clients)
udara_cli doctor

# Check a single client
udara_cli doctor --client apple

 CHECKS:
• Required project files (pubspec.yaml, flutter_launcher_icons.yaml)
• Required dev dependencies (rename, flutter_launcher_icons, splash_master)
• flutter_dotenv dependency (needed at runtime)
• Each client's .env / .env_test presence and required keys
• Referenced asset paths (icons, logos) actually exist on disk
• Client font configuration (fonts.yaml), if present''';