description property
A description of this command, included in usage.
Implementation
@override
final String description =
'''Build a whitelabeled version of your Flutter app for a specific client.
🎯 USAGE:
udara_cli build --client <CLIENT_NAME> [OPTIONS]
📋 EXAMPLES:
# Build Android APK for 'apple' client (production)
udara_cli build --client apple
# Build test version with Slack notifications
udara_cli build --client google --test --slack --slack-channel #dev-builds
# Build iOS version
udara_cli build --client microsoft --platform ios''';