You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/11/28 16:05:57 UTC

[cordova-paramedic] branch janpio-readme updated (5e2d055 -> 926ad72)

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a change to branch janpio-readme
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git.


    from 5e2d055  better docs for externalServerUrl
     new a1aa42a  fix
     new ce597ca  common usages
     new 926ad72  better `useTunnel` docs

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-paramedic] 01/03: fix

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-readme
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit a1aa42ab919a0b3c102ae10fed312b6493c11ebf
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Nov 28 17:05:22 2018 +0100

    fix
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 1a66e25..0ac14bd 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,7 @@ Start running tests at 5:33:13 PM
 cordova-paramedic: Choosing Target for Android
 cordova-paramedic: Starting an Android emulator
 
+```
 
 
 ## Installation


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-paramedic] 03/03: better `useTunnel` docs

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-readme
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit 926ad72fd7a7b601328bb72459d280a26d966582
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Nov 28 17:05:44 2018 +0100

    better `useTunnel` docs
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f628e30..8f40e33 100644
--- a/README.md
+++ b/README.md
@@ -141,7 +141,7 @@ cordova-paramedic --platform ios --plugin cordova-plugin-inappbrowser --external
 
 #### `--useTunnel` (optional)
 
-Use [tunneling](https://www.npmjs.com/package/localtunnel) instead of local address (default is false).
+Use a tunnel (via [`localtunnel`](https://www.npmjs.com/package/localtunnel)) instead of local address (default is false).
 Useful when testing on real devices and don't want to specify external ip address (see `--externalServerUrl` above) of paramedic server.
 
 ```


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-paramedic] 02/03: common usages

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-readme
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit ce597ca2e8b1b05bae6c043e46f86b04a0f10219
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Nov 28 17:05:31 2018 +0100

    common usages
---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index 0ac14bd..f628e30 100644
--- a/README.md
+++ b/README.md
@@ -86,6 +86,17 @@ cordova-paramedic --platform PLATFORM --plugin PATH <other parameters>
 cordova-paramedic --config ./sample-config/.paramedic.config.js
 ```
 
+### Common usages
+
+```
+# Test your current plugin on an Android emulator
+cordova-paramedic --platform android --plugin ./
+
+# Test your current plugin on a specific Android device (ID via `adb devices -l`)
+cordova-paramedic --platform android --plugin ./ --target 02e7f7e9215da7f8 --useTunnel
+```
+
+
 ### Command Line Interface
 
 #### `--platform` (required)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org