mirror of
				https://github.com/platformio/platformio-core.git
				synced 2025-10-30 21:51:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			58 lines
		
	
	
		
			782 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			58 lines
		
	
	
		
			782 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| .. _userguide:
 | |
| 
 | |
| User Guide
 | |
| ==========
 | |
| 
 | |
| .. contents::
 | |
| 
 | |
| Usage
 | |
| -----
 | |
| 
 | |
| .. code-block:: bash
 | |
| 
 | |
|     platformio [OPTIONS] COMMAND
 | |
| 
 | |
| Options
 | |
| -------
 | |
| 
 | |
| .. program:: platformio
 | |
| 
 | |
| .. option::
 | |
|     --force, -f
 | |
| 
 | |
| Force to accept any confirmation prompts. This option allows to avoid an issue
 | |
| with :ref:`faq_troubleshooting_pioblocksprompt`
 | |
| 
 | |
| .. option::
 | |
|     --version
 | |
| 
 | |
| Show the version of PlatformIO
 | |
| 
 | |
| .. option::
 | |
|     --help, -h
 | |
| 
 | |
| Show help for the available options and commands
 | |
| 
 | |
| .. code-block:: bash
 | |
| 
 | |
|     $ platformio --help
 | |
|     $ platformio COMMAND --help
 | |
| 
 | |
| 
 | |
| Commands
 | |
| --------
 | |
| 
 | |
| .. toctree::
 | |
|     :maxdepth: 2
 | |
| 
 | |
|     cmd_boards
 | |
|     cmd_ci
 | |
|     cmd_init
 | |
|     platformio lib <lib/index>
 | |
|     platformio platforms <platforms/index>
 | |
|     cmd_run
 | |
|     cmd_serialports
 | |
|     cmd_settings
 | |
|     cmd_update
 | |
|     cmd_upgrade
 |