This is Yii version 2.0.15.1. The following commands are available: - asset Allows you to combine and compress your JavaScript and CSS files. asset/compress (default) Combines and compresses the asset files according to the given configuration. asset/template Creates template of configuration file for [[actionCompress]]. - cache Allows you to flush cache. cache/flush Flushes given cache components. cache/flush-all Flushes all caches registered in the system. cache/flush-schema Clears DB schema cache for a given connection component. cache/index (default) Lists the caches that can be flushed. - crm crm/get-orders crm/prepare-for-unload - fixture Manages fixture data loading and unloading. fixture/load (default) Loads the specified fixture data. fixture/unload Unloads the specified fixtures. - help Provides help information about console commands. help/index (default) Displays available commands or the detailed information help/list List all available controllers and actions in machine readable format. help/list-action-options List all available options for the $action in machine readable format. help/usage Displays usage information for $action. - message Extracts messages to be translated from source files. message/config Creates a configuration file for the "extract" command using command line options specified. message/config-template Creates a configuration file template for the "extract" command. message/extract (default) Extracts messages to be translated from source code. - migrate Manages application migrations. migrate/create Creates a new migration. migrate/down Downgrades the application by reverting old migrations. migrate/fresh Truncates the whole database and starts the migration from the beginning. migrate/history Displays the migration history. migrate/mark Modifies the migration history to the specified version. migrate/new Displays the un-applied new migrations. migrate/redo Redoes the last few migrations. migrate/to Upgrades or downgrades till the specified version. migrate/up (default) Upgrades the application by applying new migrations. - rbac rbac/init - serve Runs PHP built-in web server. serve/index (default) Runs PHP built-in web server. - unload unload/products unload/products-to-excel To see the help of each command, enter: yii help