yii2-app-api
yii2-app-api copied to clipboard
faker/refresh
new commands: ./yii faker/clear ./yii faker/refresh
Command should ask the user before deleting data, so please add a check if ($this->confirm(...)) { return ExitCode::ERROR; }
Please review commit add confirm at actions clear, refresh
Thank you!