2014-09-06 23:51:28 +03:00
|
|
|
.. _cmd_lib_register:
|
|
|
|
|
|
|
|
|
|
platformio lib register
|
|
|
|
|
=======================
|
|
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
|
|
|
|
|
Usage
|
|
|
|
|
-----
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
2015-03-21 14:05:19 +01:00
|
|
|
platformio lib register [HTTP_URL_TO_LIBRARY.JSON]
|
2014-09-06 23:51:28 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
|
|
|
-----------
|
|
|
|
|
|
|
|
|
|
Register new library and allow others to install it.
|
|
|
|
|
|
|
|
|
|
Examples
|
|
|
|
|
--------
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
|
$ platformio lib register http://my.example.com/library.json
|