Command constructor
Command()
Creates a new Firebase App Distribution command instance.
Initializes the command with default configuration for Firebase App Distribution publishing. Sets up argument parsing and command execution capabilities.
The command integrates with the Firebase CLI to perform actual distribution operations and provides comprehensive error handling for common distribution scenarios.
Implementation
Command();