bin/console without working DB

Viewed 562

I would like to be able to run symfony php bin/console without configured dbal.

I want to run some non-db related commands on CI without db.

Is it somehow possible?

Thanks.

1 Answers
Related