Drush commands -------------- The following drush commands are available: **config-actions-list** (cal) ``drush cal [module] [file]`` Lists all of the actions available. Can be filtered to a specific module and specific yml file within the module using the optional arguments. **config-actions-run** (car) ``drush car [module] [file] [action-id]`` Runs a specific action or set of actions. If the module and/or file are specified without an action-id, then all actions in the module or file are executed.