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 => """

Examples

List the current build secrets.

  \$ scloud deployment build-secret list

Add or modify a build secret.

  \$ scloud deployment build-secret set MY_SECRET_NAME "my-secret-value"
""";