Skip to content

Can’t run magento CLI commands without Redis

I am attempting to setup magento 2 pipeline deploy

Trying to compile DI and deploy static assets inside a container but none of the ./bin/magento commands will run, not even ./bin/magento --help because it tries to connect to redis

Is there a way to run CLI without Redis or DB?

I have my config dumped like docs suggest