新しいブログに移動しました。
9ensanのLifeHack
こちらの記事も必要に応じて新しいブログに移動させる予定です。
今後ともよろしくお願い致します。

HOME > PHP > 

symfonyのコマンド一覧

symfonyのコマンド一覧

  • 2010.09.27 (月) 13:39
  • PHP
  • ,

 symfonyのコマンド一覧です。

とりあえず備忘録

 

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Usage:
  symfony [options] task_name [arguments]
 
Options:
  --help                   -H  Display this help message.
  --quiet                  -q  Do not log messages to standard output.
  --trace                  -t  Turn on invoke/execute tracing, enable full backtrace.
  --version                -V  Display the program version.
  --color                      Forces ANSI color output.
  --xml                        To output help as XML
 
Available tasks:
  :help               Displays help for a task
  :list               Lists tasks
app
  :routes             Displays current routes for an application
cache
  :clear              Clears the cache (cc)
configure
  :author             Configure project author
generate
  :app                Generates a new application
  :module             Generates a new module
  :project            Generates a new project
  :task               Creates a skeleton class for a new task
i18n
  :extract            Extracts i18n strings from php files
  :find               Finds non "i18n ready" strings in an application
log
  :clear              Clears log files
  :rotate             Rotates an application's log files
plugin
  :add-channel        Add a new PEAR channel
  :install            Installs a plugin
  :list               Lists installed plugins
  :publish-assets     Publishes web assets for all plugins
  :uninstall          Uninstalls a plugin
  :upgrade            Upgrades a plugin
project
  :clear-controllers  Clears all non production environment controllers
  :deploy             Deploys a project to another server
  :disable            Disables an application in a given environment
  :enable             Enables an application in a given environment
  : optimize           Optimizes a project for better performance
  :permissions        Fixes symfony directory permissions
  :send-emails        Sends emails stored in a queue
  :validate           Finds deprecated usage in a project
symfony
  :test               Launches the symfony test suite
test
  :all                Launches all tests
  :coverage           Outputs test code coverage
  :functional         Launches functional tests
  :unit               Launches unit tests

 

コメント:0件

コメント投稿フォーム
コメントを入力して下さい。
ユーザー名(必須)
メールアドレス(必須)(非公開)
ホームページ
コメント

トラックバック:0件

この記事のトラックバックURL
http://blog.veryposi.info/programing/php/symfony-cmd/trackback/
お薦めのレンタルサーバー
広告
お薦めの書籍
HOME > PHP > 

symfonyのコマンド一覧