Important
You are browsing the documentation for version 4.1 of OroCommerce, OroCRM and OroPlatform, which is no longer maintained. Security Support ends in January 2023. Read version 5.0 (the latest LTS version) of the Oro documentation to get the updated information.
See our Release Process documentation for more information on the currently supported and upcoming releases.
Operations (Actions) Console Commands
oro:debug:action
This command displays current actions for an application.
oro:debug:action [<name>]
oro:debug:action
Arguments:
name (optional): An action name
Usage
- Displays a list of current actions php bin/console oro:debug:action;
- Shows a full description php bin/console oro:debug:action [<name>].
oro:debug:condition
This command displays current conditions for an application.
oro:debug:condition [<name>]
Arguments:
name (optional): A condition name
Usage
- Displays list of all conditions php bin/console oro:debug:condition;
- Shows a full description php bin/console oro:debug:condition [<name>].