description property

  1. @override
String description
final

A description of this command, included in usage.

Implementation

@override
final String description = '''View and manage CLI configuration settings.

🎯 USAGE:
  udara_cli config [OPTIONS]

📋 EXAMPLES:
  # View current configuration
  udara_cli config

  # Show detailed configuration
  udara_cli config --verbose

🔧 DISPLAYS:
  • Slack notification settings
  • Bot token status (configured/not configured)
  • Default build preferences
  • Client directory information
  • Recent build history

💡 MANAGEMENT:
  • Use "udara_cli setup --notify" to modify Slack settings
  • Use "udara_cli setup --reset" to clear all settings''';