snippetbashTip
pio settings — View and modify PlatformIO settings. More information: <https://docs.platformio.org/en/latest/core/u
Viewed 0 times
commandandmodifyclisettingsplatformioviewpio settings
Problem
How to use the
pio settings command: View and modify PlatformIO settings. More information: <https://docs.platformio.org/en/latest/core/userguide/cmd_settings.html>.Solution
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 getDisplay 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 resetCode Snippets
Display the names, values, and descriptions of all PlatformIO settings
pio settings getDisplay 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 resetContext
tldr-pages: common/pio settings
Revisions (0)
No revisions yet.