mirror of
				https://github.com/platformio/platformio-core.git
				synced 2025-11-03 23:41:38 +01: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
 |