nonInteractiveHint property
The non-interactive alternative shown when an interactiveOnly command
is refused in --non-interactive mode.
Implementation
@override
String get nonInteractiveHint =>
'Set the SERVERPOD_CLOUD_TOKEN environment variable, '
'or pass --token, to authenticate in a non-interactive environment.';