The Attlaz project command line runner has a number of useful options. You can run bin\console list on Windows or bin/console list on linux/mac to view all available options. Here is a brief overview:

Cache


console cache:clean

Config


console config:list

Deploy


console deploy:request [environment]

Task

List available tasks + see parameter details


console task:list

Test


bin\test run


bin/test run

Composer

Install packages


bin\composer install


bin/composer install

Update packages


bin\composer update


bin/composer update

Need more information?

As our platform is always evolving and is full customizable, it is not possible to provide all information here. Don't hesitate to reach out to our team if you have any questions or want more information about certain topics.