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 ${_commandNames.buildSecret} list
Add or modify a build secret.
\$ $baseCommand ${_commandNames.buildSecret} set MY_SECRET_NAME "my-secret-value"
""";