description property

  1. @override
String description
final

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 AAB for 'apple' client (production)
udara_cli build --client apple

# Build an APK with the test environment and Slack notifications
udara_cli build --client google --type apk --test --slack --slack-channel #dev-builds

# Build iOS version
udara_cli build --client microsoft --platform ios

The project is always restored to its original state afterwards, even when
the build fails. Every run is recorded in .udara_build_history.json.''';