Skip to content

Commit

Permalink
Add note when Commands were added
Browse files Browse the repository at this point in the history
... and that they replace shells
  • Loading branch information
ravage84 authored Apr 2, 2019
1 parent c1a329f commit b08eda8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions en/console-and-shells/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ CakePHP comes with a number of built-in commands for speeding up your
development, and automating routine tasks. You can use these same libraries to
create commands for your application and plugins.

.. versionadded:: 3.6.0
Commands were added to replace Shells long term. Shell & Tasks have several shortcomings that are hard to correct without breaking compatibility.

Creating a Command
==================

Expand Down

0 comments on commit b08eda8

Please sign in to comment.