description property

  1. @override
String description
final

A description of this command, included in usage.

Implementation

@override
final description =
    'Show the profile of a Serverpod Cloud project.\n'
    '\n'
    'Shows when the project was created, the region it runs in, its plan, '
    'and its compute and database capacity.';