buildCommand abstract method
Builds the command string for execution.
This method should construct the complete Shorebird command string based on the service configuration. Subclasses must implement this method to define their specific command structure.
Returns:
- A complete command string ready for execution
Implementation
String buildCommand();