From e926bd4f81488ac7f8fc6955336f5dec75a6df8a Mon Sep 17 00:00:00 2001 From: Robin Chalas Date: Mon, 13 Jun 2016 20:21:52 +0200 Subject: [PATCH] Update Cheatsheet's symfony aliases according to #5050 --- Cheatsheet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cheatsheet.md b/Cheatsheet.md index 39c1b89..9a47d59 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -160,10 +160,10 @@ You also find these commands in Dash as a Cheat-sheet. |:-------------|:----------------------------| | _sf_ | php ./app/console | | _sfcl_ | php app/console cache:clear | -| _sfcontainer | sf container:debug | +| _sfcontainer | sf debug:container | | _sfcw_ | sf cache:warmup | | _sfgb_ | sf generate:bundle | -| _sfroute_ | sf router:debug | +| _sfroute_ | sf debug:router | | _sfsr | sf server:run -vvv | ## Systemd