nonInteractiveHint property

  1. @override
String get nonInteractiveHint
override

The non-interactive alternative shown when an interactiveOnly command is refused in --non-interactive mode.

Implementation

@override
String get nonInteractiveHint =>
    'Use `$baseCommand project create` and `$baseCommand deploy` '
    'in a non-interactive environment.';