mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 00:02:09 +02:00

Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: Leon <leonvsc@users.noreply.github.com>
32 lines
662 B
Markdown
32 lines
662 B
Markdown
# pio platform
|
|
|
|
> Beheer PlatformIO ontwikkelplatformen.
|
|
> Meer informatie: <https://docs.platformio.org/en/latest/core/userguide/platforms/>.
|
|
|
|
- Toon alle geïnstalleerde ontwikkelplatformen:
|
|
|
|
`pio platform list`
|
|
|
|
- Zoek naar bestaande ontwikkelplatformen:
|
|
|
|
`pio platform search {{platform}}`
|
|
|
|
- Toon de details over een ontwikkelplatform:
|
|
|
|
`pio platform show {{platform}}`
|
|
|
|
- Installeer een ontwikkelplatform:
|
|
|
|
`pio platform install {{platform}}`
|
|
|
|
- Update geïnstalleerde ontwikkelplatformen:
|
|
|
|
`pio platform update`
|
|
|
|
- Deïnstalleer een ontwikkelplatform:
|
|
|
|
`pio platform uninstall {{platform}}`
|
|
|
|
- Toon alle ondersteunde geraamtes:
|
|
|
|
`pio platform frameworks`
|