usageExamples property

  1. @override
String get usageExamples
override

Commands can override this getter to add examples to the usage help text.

Implementation

@override
String get usageExamples =>
    '''\n
Examples

View the build log of the latest deployment.

  \$ $baseCommand build log


List the current build secrets.

  \$ $baseCommand build secret list

''';