mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-04 09:30:55 +02:00
PIO Account information; PIO Plus v0.4.0
This commit is contained in:
33
docs/userguide/account/cmd_info.rst
Normal file
33
docs/userguide/account/cmd_info.rst
Normal file
@@ -0,0 +1,33 @@
|
||||
.. Copyright 2014-present PlatformIO <contact@platformio.org>
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
.. _cmd_account_info:
|
||||
|
||||
platformio account info
|
||||
=======================
|
||||
|
||||
.. contents::
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
platformio account info
|
||||
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
Show detailed information about :ref:`cmd_account`:
|
||||
|
||||
* Active groups and expiration
|
||||
* Group permissions
|
@@ -34,6 +34,7 @@ To print all available commands and options use:
|
||||
:maxdepth: 2
|
||||
|
||||
cmd_forgot
|
||||
cmd_info
|
||||
cmd_login
|
||||
cmd_logout
|
||||
cmd_password
|
||||
|
@@ -51,7 +51,7 @@ Example
|
||||
|
||||
> platformio remote agent list
|
||||
|
||||
PlatformIO Plus (https://pioplus.com) v0.3.1
|
||||
PlatformIO Plus (https://pioplus.com)
|
||||
|
||||
innomac.local
|
||||
-------------
|
||||
|
@@ -71,7 +71,7 @@ Example
|
||||
|
||||
> platformio remote device list
|
||||
|
||||
PlatformIO Plus (https://pioplus.com) v0.3.1
|
||||
PlatformIO Plus (https://pioplus.com)
|
||||
|
||||
Agent innomac.local
|
||||
===================
|
||||
@@ -106,6 +106,8 @@ Example
|
||||
platformio remote device monitor
|
||||
--------------------------------
|
||||
|
||||
**Over-The-Air (OTA) Serial Port Monitor**
|
||||
|
||||
Usage
|
||||
~~~~~
|
||||
|
||||
@@ -121,8 +123,8 @@ Usage
|
||||
Description
|
||||
~~~~~~~~~~~
|
||||
|
||||
Connect to remote device Over-The-Air (OTA) and receive or send data in
|
||||
real time. :ref:`pio_remote_agent` should be started before.
|
||||
Connect to Serial Port of remote device Over-The-Air (OTA) and receive or
|
||||
send data in real time. :ref:`pio_remote_agent` should be started before.
|
||||
|
||||
To control *monitor* please use these "hot keys":
|
||||
|
||||
|
@@ -118,7 +118,7 @@ Example
|
||||
|
||||
> platformio remote run --environment uno --target upload
|
||||
|
||||
PlatformIO Plus (https://pioplus.com) v0.3.1
|
||||
PlatformIO Plus (https://pioplus.com)
|
||||
Building project locally
|
||||
[Wed Oct 26 16:35:09 2016] Processing uno (platform: atmelavr, board: uno, framework: arduino)
|
||||
--------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user