mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-16 21:00:25 +00:00
Update cheatsheets
This commit is contained in:
25
pio-settings
Normal file
25
pio-settings
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pio settings
|
||||
|
||||
> View and modify PlatformIO settings.
|
||||
> More information: <https://docs.platformio.org/en/latest/core/userguide/cmd_settings.html>.
|
||||
|
||||
- Display the names, values and descriptions of all PlatformIO settings:
|
||||
|
||||
`pio settings get`
|
||||
|
||||
- Display the name, value and description of a specific PlatformIO setting:
|
||||
|
||||
`pio settings get {{setting}}`
|
||||
|
||||
- Set a specific setting value:
|
||||
|
||||
`pio settings set {{setting}} {{value}}`
|
||||
|
||||
- Reset the values of all modified settings to their factory defaults:
|
||||
|
||||
`pio settings reset`
|
||||
Reference in New Issue
Block a user