Example show command: ``` public function actionShowConfig(){ echo "Connection configuration:\n"; print_r(Yii::app()->elasticSearch); } ``` Or maybe adding some (nicer formatted) output to help?
Example show command:
Or maybe adding some (nicer formatted) output to help?