Forrest logo
back to context overview

pio-settings

List of commands for pio-settings:

  • pio-settings:tldr:33f78 pio-settings: Reset the values of all modified settings to their factory defaults.
    $ pio settings reset
    try on your machine
    explain this command
  • pio-settings:tldr:4f5e5 pio-settings: Display the names, values and descriptions of all PlatformIO settings.
    $ pio settings get
    try on your machine
    explain this command
  • pio-settings:tldr:b9656 pio-settings: Set a specific setting value.
    $ pio settings set ${setting} ${value}
    try on your machine
    explain this command
  • pio-settings:tldr:e955f pio-settings: Display the name, value and description of a specific PlatformIO setting.
    $ pio settings get ${setting}
    try on your machine
    explain this command
back to context overview