From 7461be280b3ded3364cde551044f9239e36d83a6 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Fri, 30 Nov 2012 17:23:01 +0100 Subject: [PATCH] [docs] status command --- doc/03-cli.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/03-cli.md b/doc/03-cli.md index b186c74fa..ffbdeb581 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -209,6 +209,22 @@ You should always run the `validate` command before you commit your $ php composer.phar validate +## status + +If you often need to modify the code of your dependencies and they are +installed from source, the `status` command allows you to check if you have +local changes in any of them. + + $ php composer.phar status + +With the `--verbose` option you get some more information about what was +changed: + + $ php composer.phar status -v + You have changes in the following dependencies: + vendor/seld/jsonlint: + M README.mdown + ## self-update To update composer itself to the latest version, just run the `self-update`