description property

  1. @override
String description
final

A description of this command, included in usage.

Implementation

@override
final String description = '''View recent build history for this project.

USAGE:
udara_cli history [OPTIONS]

EXAMPLES:
# Show the 10 most recent builds
udara_cli history

# Show the last 25 builds for a specific client
udara_cli history --client apple --limit 25

# Clear all recorded history
udara_cli history --clear

Each build (success or failure) is automatically recorded to
".udara_build_history.json" in the project root. Only the most recent
50 entries are kept.''';