forked from tldr-pages/tldr
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pio-platform: add page (tldr-pages#5727)
- Loading branch information
1 parent
4503438
commit c8314bf
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# pio platform | ||
|
||
> Manage PlatformIO development platforms. | ||
> More information: <https://docs.platformio.org/en/latest/core/userguide/platforms/>. | ||
- List all installed development platforms: | ||
|
||
`pio platform list` | ||
|
||
- Search for existing development platforms: | ||
|
||
`pio platform search {{platform}}` | ||
|
||
- Show details about a development platform: | ||
|
||
`pio platform show {{platform}}` | ||
|
||
- Install a development platform: | ||
|
||
`pio platform install {{platform}}` | ||
|
||
- Update installed development platforms: | ||
|
||
`pio platfom update` | ||
|
||
- Uninstall a development platform: | ||
|
||
`pio platform uninstall {{platform}}` | ||
|
||
- List all supported frameworks: | ||
|
||
`pio platform frameworks` |