1
0
Fork 0

Add option "no-secure-http" for create-project

Refers to #5121, commit f13e0f975f
pull/7128/head
Rogerio Prado de Jesus 2018-02-21 18:09:43 -03:00 committed by GitHub
parent ef46a8afa4
commit 7676a5e4ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -665,6 +665,9 @@ By default the command checks for the packages on packagist.org.
package. package.
* **--no-progress:** Removes the progress display that can mess with some * **--no-progress:** Removes the progress display that can mess with some
terminals or scripts which don't handle backspace characters. terminals or scripts which don't handle backspace characters.
* **--no-secure-http:** Disable the secure-http config option temporarily while
installing the root package. Use at your own risk. Using this flag is a bad
idea.
* **--keep-vcs:** Skip the deletion of the VCS metadata for the created * **--keep-vcs:** Skip the deletion of the VCS metadata for the created
project. This is mostly useful if you run the command in non-interactive project. This is mostly useful if you run the command in non-interactive
mode. mode.