description property

  1. @override
String description
final

A description of this command, included in usage.

Implementation

@override
final description = r'''
Bring your own domain to Serverpod Cloud.

Get started by adding a custom domain to your project with the command:

$ scloud domain add example.com <target> --project <project-id>

The valid targets are:
- api: Serverpod endpoints
- insights: Serverpod insights
- web: Relic server (e.g. REST API or a Flutter web app)
''';