README.md in crowdin-cli-0.2.5 vs README.md in crowdin-cli-0.3.0

- old
+ new

@@ -288,10 +288,29 @@ Download latest translations from Crowdin: ``` $ crowdin-cli download ``` +List information about the files that already exists in current project: +``` +$ crowdin-cli list project +``` + +List information about the sources files in current project that match the wild-card pattern: +``` +$ crowdin-cli list sources +``` + +List information about the translations files in current project that match the wild-card pattern: +``` +$ crowdin-cli list translations +``` + +By default, `list` command print a list of all the files +Also, `list` accept `-tree` optional argument to list contents in a tree-like format. + + Get help on `upload` command: ``` $ crowdin-cli help upload ``` @@ -320,8 +339,8 @@ ## License and Author Author: Anton Maminov (anton.maminov@gmail.com) -Copyright: 2012-2013 [Crowdin.net](http://crowdin.net/) +Copyright: 2012-2014 [Crowdin.net](http://crowdin.net/) This project is licensed under the MIT license, a copy of which can be found in the LICENSE file.