usageExamples property
Commands can override this getter to add examples to the usage help text.
Implementation
@override
String get usageExamples =>
"""
Examples
List the current build secrets.
\$ $baseCommand deployment build-secret list
Add or modify a build secret.
\$ $baseCommand deployment build-secret set MY_SECRET_NAME "my-secret-value"
""";