LinuxCommandLibrary

pio-settings

View and modify PlatformIO settings.

TLDR

Display the names, values and descriptions of all PlatformIO settings

$ pio settings get
copy


Display the name, value and description of a specific PlatformIO setting
$ pio settings get [setting]
copy


Set a specific setting value
$ pio settings set [setting] [value]
copy


Reset the values of all modified settings to their factory defaults
$ pio settings reset
copy

Copied to clipboard