forked from platformio/platformio-core
34 lines
596 B
ReStructuredText
34 lines
596 B
ReStructuredText
![]() |
.. _cmd_lib_update:
|
||
|
|
||
|
platformio lib update
|
||
|
=====================
|
||
|
|
||
|
.. contents::
|
||
|
|
||
|
Usage
|
||
|
-----
|
||
|
|
||
|
.. code-block:: bash
|
||
|
|
||
|
platformio lib update
|
||
|
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
Check or update installed libraries
|
||
|
|
||
|
|
||
|
Examples
|
||
|
--------
|
||
|
|
||
|
.. code-block:: bash
|
||
|
|
||
|
$ platformio lib update
|
||
|
Updating Arduino-IRremote library:
|
||
|
Versions: Current=24ba950f5c, Latest=24ba950f5c [Up-to-date]
|
||
|
Updating Arduino-Webduino library:
|
||
|
Versions: Current=3631af8e02, Latest=3631af8e02 [Up-to-date]
|
||
|
Updating Arduino-XBee library:
|
||
|
Versions: Current=0.5, Latest=0.5 [Up-to-date]
|