description property

  1. @override
String description
final

A description of this command, included in usage.

Implementation

@override
final String description =
    '''Whitelabel the app with client-specific assets, app name, bundle ID, branding, custom icons and splash screens.

USAGE:
udara_cli whitelabel --client <CLIENT_NAME> [OPTIONS]

EXAMPLES:
# Whitelabel a test version with Slack notifications
udara_cli whitelabel --client google --test --slack --slack-channel #dev-builds''';