nonInteractiveHint property
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.';