8000 minor #19005 [AssetMapper] [WCM] Added instruction for 'outdated' com… · symfony/symfony-docs@ebc7593 · GitHub
[go: up one dir, main page]

Skip to content

Commit ebc7593

Browse files
committed
minor #19005 [AssetMapper] [WCM] Added instruction for 'outdated' command (Maelan LE BORGNE)
This PR was merged into the 6.4 branch. Discussion ---------- [AssetMapper] [WCM] Added instruction for 'outdated' command Documentation for the command added in this PR : symfony/symfony#51845 Commits ------- ef85a01 [AssetMapper] Added instruction for 'outdated' command
2 parents 4918230 + ef85a01 commit ebc7593

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

frontend/asset_mapper.rst

+14
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,20 @@ computers if some files are missing.
248248
such as ``@popperjs/core``. The ``download`` option will download both the main
249249
package *and* its dependencies.
250250

251+
You can check for available updates for your third-party packages by running :
252+
253+
.. code-block:: terminal
254+
255+
# check for updates for all packages
256+
$ php bin/console importmap:outdated
257+
258+
# check for updates for the given list of packages
259+
$ php bin/console importmap:outdated bootstrap lodash
260+
261+
.. versionadded:: 6.4
262+
263+
The ``importmap:outdated`` command was introduced in Symfony 6.4.
264+
251265
To update third-party packages in your ``importmap.php`` file, run:
252266

253267
.. code-block:: terminal

0 commit comments

Comments
 (0)
0