Important

You are browsing the documentation for version 3.1 of OroCommerce, OroCRM and OroPlatform, which is no longer maintained. Read version 5.1 (the latest LTS version) of the Oro documentation to get up-to-date 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>].