Skip to main content

CLI (Legacy)

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