Skip to content

Commit 2243ab9

Browse files
committed
doc: Add doc for option --dry-run for the command importmap:require of the AssetMapper component
1 parent 0df58ea commit 2243ab9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: 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)