Console

With the Spryker Commerce OS comes an all-inclusive and fully pre-provisioned development environment on a virtual machine, based on Vagrant and VirtualBox.

The command-line Console tool enables you to execute a great variety of commands, such as managing the Spryker Commerce OS installer, to run the OS in any environment.

A console command is a php class that contains the implementation of a functionality that can get executed from the command line. Spryker contains a wrapper over Symfony’s Console component, that makes the implementation and configuration of a console command easier. More information about console commands in Spryker can be found here.

Console Commands in Spryker

To list the available console commands, execute the following from the command line:

vendor/bin/console

The list contains the command names together with a short description of what the command does. The most important commands in Spryker can be split in 3 categories :

Setup Commands