Replace "container:debug" with "debug:container"

The use of "container:debug" command is deprecated since version 2.7 and will be removed in 3.0.
Use the "debug:container" instead.
This commit is contained in:
Mathias STRASSER 2015-08-05 11:27:52 +02:00
commit c302ec41aa

View file

@ -23,5 +23,5 @@ alias sfcl='sf cache:clear'
alias sfsr='sf server:run -vvv'
alias sfcw='sf cache:warmup'
alias sfroute='sf debug:router'
alias sfcontainer='sf container:debug'
alias sfcontainer='sf debug:container'
alias sfgb='sf generate:bundle'