description property
A description of this command, included in usage.
Implementation
@override
String get description => '''
Add a custom domain to your project.
You need to have a domain name and a DNS provider that supports
TXT, CNAME and/or ANAME records.
You can add domains for each Serverpod server target.
The valid targets are:
- api: Serverpod endpoints
- insights: Serverpod insights
- web: Relic server (e.g. REST API or a Flutter web app)
''';