1
0
Fork 0

add documentation entry for archive command on 03-cli.md

pull/2531/head
Luis Cordova 2013-12-27 05:26:01 -05:00
parent 040a9e3977
commit 05af035219
1 changed files with 14 additions and 0 deletions

View File

@ -395,6 +395,20 @@ problems.
$ php composer.phar diagnose $ php composer.phar diagnose
## archive
This command is used to generate a zip/tar archive for a given package in a
given version. It can also be used to archive your entire project without
excluded/ignored files.
$ php composer.phar archive vendor/package --format=zip
### Options
* **--format (-f):** Format of the resulting archive: tar or zip (default:
"tar")
* **--dir:** Write the archive to this directory (default: ".")
## help ## help
To get more information about a certain command, just use `help`. To get more information about a certain command, just use `help`.