examples property

  1. @override
List<String> get examples
override

Example invocations demonstrating how to use the command.

Returns an empty list by default.

Implementation

@override
List<String> get examples => const [
      'fkit firebase',
      'fkit firebase development',
      'fkit firebase production',
      'fkit firebase production -p ios',
      'fkit firebase production -n "Internal testing"',
      'fkit firebase production -g qa',
      'fkit firebase production -g qa -n "Internal testing"',
    ];