mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-04 17:40:57 +02:00
33 lines
441 B
ReStructuredText
33 lines
441 B
ReStructuredText
![]() |
.. _cmd_upgrade:
|
||
|
|
||
|
platformio upgrade
|
||
|
==================
|
||
|
|
||
|
.. contents::
|
||
|
|
||
|
Usage
|
||
|
-----
|
||
|
|
||
|
.. code-block:: bash
|
||
|
|
||
|
platformio upgrade
|
||
|
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
Check or upgrade PlatformIO to the latest version
|
||
|
|
||
|
|
||
|
Examples
|
||
|
--------
|
||
|
|
||
|
.. code-block:: bash
|
||
|
|
||
|
$ platformio upgrade
|
||
|
You're up-to-date!
|
||
|
PlatformIO x.x.x is currently the newest version available.
|
||
|
|
||
|
# If you have problem with permissions try:
|
||
|
$ sudo platformio upgrade
|