description property

  1. @override
String get description
override

A description of this command, included in usage.

Implementation

@override
String get description =>
    '''Create a personal access token.

Creates an additional CLI / personal access token for the current user.
This token can be used to authenticate $baseCommand commands by using
the --token option or the SERVERPOD_CLOUD_TOKEN environment variable.''';