# sfWenCli plugin # Sometimes you need to work with symfony project where you don't have command line access. Or may be you just don't like another console window opened to write symfony commands there. The `sfWebCliPlugin` adds a module which provides you web access to the symfony command line. Actually you have symfony command line in your browser window. ## Features ## * Cool command line-like interface (inspired by [goosh](http://goosh.org)) * Commands history ## Installation ## 1. Follow the instructions on the installation tab 2. Enable `cli` module for one of your symfony applications. Details in [symfony_book](http://www.symfony-project.org/book/1_1/19-Mastering-Symfony-s-Configuration-Files), 'Activated Modules' section. ## TODO ## some bugs are waiting ## Changelog ## ### 2008-10-03 | 0.2.0 Beta ### * README file and description added. Now it is really public plugin. ### 2008-10-03 | 0.1.1 Beta ### * Initial release