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

* test.sh: quote a variable * contributing-guides/*: fix typos * pages/*: fix typos * scripts/*: fix typos * MAINTAINERS.md: trim trailing whitespace Co-authored-by: a1346054 <36859588+a1346054@users.noreply.github.com>
32 lines
649 B
Markdown
32 lines
649 B
Markdown
# 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 platform update`
|
|
|
|
- Uninstall a development platform:
|
|
|
|
`pio platform uninstall {{platform}}`
|
|
|
|
- List all supported frameworks:
|
|
|
|
`pio platform frameworks`
|