From 7676a5e4ecbdaec4d16d0e581577b18ddee0d7ba Mon Sep 17 00:00:00 2001 From: Rogerio Prado de Jesus Date: Wed, 21 Feb 2018 18:09:43 -0300 Subject: [PATCH] Add option "no-secure-http" for create-project Refers to #5121, commit f13e0f975f3b513b5bbe5f04f5eef05923b39843 --- doc/03-cli.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/03-cli.md b/doc/03-cli.md index 31d0b6b50..2d17e656e 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -665,6 +665,9 @@ By default the command checks for the packages on packagist.org. package. * **--no-progress:** Removes the progress display that can mess with some 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 project. This is mostly useful if you run the command in non-interactive mode.