mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-04 09:30:55 +02:00
46 lines
790 B
ReStructuredText
46 lines
790 B
ReStructuredText
.. _cmd_show:
|
|
|
|
platformio show
|
|
===============
|
|
|
|
.. contents::
|
|
|
|
Usage
|
|
-----
|
|
|
|
.. code-block:: bash
|
|
|
|
platformio show PLATFORM
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
Show details about the installed :ref:`Platforms <platforms>`
|
|
|
|
|
|
Examples
|
|
--------
|
|
|
|
.. code-block:: bash
|
|
|
|
$ platformio show atmelavr
|
|
atmelavr - An embedded platform for Atmel AVR microcontrollers (with Arduino Framework)
|
|
----------
|
|
Package: toolchain-atmelavr
|
|
Alias: toolchain
|
|
Version: 1
|
|
Installed: 2014-12-13 23:58:48
|
|
----------
|
|
Package: tool-avrdude
|
|
Version: 2
|
|
Installed: 2015-02-13 22:23:17
|
|
----------
|
|
Package: framework-arduinoavr
|
|
Version: 12
|
|
Installed: 2015-02-23 20:57:40
|
|
----------
|
|
Package: tool-micronucleus
|
|
Version: 1
|
|
Installed: 2015-02-23 21:20:14
|