Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pio-settings: add page #5522

Merged
merged 5 commits into from
Mar 28, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions pages/common/pio-settings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# pio settings

> View and modify PlatformIO settings.
> More information: <https://docs.platformio.org/en/latest/core/userguide/cmd_settings.html>.

- List all PlatformIO settings:
bl-ue marked this conversation as resolved.
Show resolved Hide resolved

`pio settings get`

- Show a specific PlatformIO setting:
bl-ue marked this conversation as resolved.
Show resolved Hide resolved

`pio settings get {{setting}}`

- Modify a setting:
marchersimon marked this conversation as resolved.
Show resolved Hide resolved

`pio settings set {{setting}} {{value}}`

- Reset all settings:
marchersimon marked this conversation as resolved.
Show resolved Hide resolved

`pio settings reset`