Skip to content

Commit ae927c9

Browse files
committed
feat(symfony-cli): add "symfony proxy:url" command usage
1 parent 8f2e5a6 commit ae927c9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: setup/symfony_server.rst

+8-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,14 @@ domains work:
237237

238238
.. code-block:: terminal
239239
240-
$ https_proxy=http://127.0.0.1:7080 curl https://my-domain.wip
240+
# Example with curl
241+
$ https_proxy=$(symfony proxy:url) curl https://my-domain.wip
242+
243+
# Example with Blackfire and curl
244+
$ https_proxy=$(symfony proxy:url) blackfire curl https://my-domain.wip
245+
246+
# Example with Cypress
247+
$ https_proxy=$(symfony proxy:url) ./node_modules/bin/cypress open
241248
242249
.. note::
243250

0 commit comments

Comments
 (0)