1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 00:02:09 +02:00
tldr/pages.nl/common/pio-platform.md
Sebastiaan Speck 5c0c622ef2
pio-*: add Dutch translation (#11799)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
2023-12-20 22:32:56 +01:00

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`