Skip to content

Commit e8f81ea

Browse files
committed
minor #20790 Add doc for option --dry-run for the command importmap:require (chadyred)
This PR was merged into the 7.3 branch. Discussion ---------- Add doc for option `--dry-run` for the command `importmap:require` Hello, Docs added ( #20753) make with `@smnandre` Commits ------- 2243ab9 doc: Add doc for option `--dry-run` for the command `importmap:require` of the AssetMapper component
2 parents c018ddc + 2243ab9 commit e8f81ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/asset_mapper.rst

+5
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@ to add any `npm package`_:
215215
216216
$ php bin/console importmap:require bootstrap
217217
218+
.. tip::
219+
220+
The command takes the well-know ``--dry-run`` option to simulate the installation of the packages, useful
221+
to show what will be installed without altering anything.
222+
218223
This adds the ``bootstrap`` package to your ``importmap.php`` file::
219224

220225
// importmap.php

0 commit comments

Comments
 (0)