description property

  1. @override
String get description
override

A description of this command, included in usage.

Implementation

@override
String get description => '''Log out from Serverpod Cloud.

By default the current session is logged out.
Use options to log out other sessions and CLI / personal access tokens.
See also "$baseCommand auth list", to list the current authentication sessions.''';