Skip to content

Commit 2cda8fe

Browse files
committed
Merge pull request #648 from NativeScript/fatme/help-for-livesync-command
Help for live sync command
2 parents 0cc1fb1 + 3fc9aa3 commit 2cda8fe

17 files changed

+143
-0
lines changed

docs/man_pages/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Command | Description
3232
[debug `<Platform>`](project/testing/debug.html) | Debugs your project on a connected device.
3333
[install](project/configuration/install.html) | Installs all platforms and dependencies described in the `package.json` file in the current directory.
3434
[plugin](lib-management/plugin.html) | Lets you manage the plugins for your project.
35+
[livesync](project/testing/livesync.html) | Synchronizes the latest changes in your project to devices.
3536

3637
## Device Commands
3738
Command | Description

docs/man_pages/project/testing/build-android.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ Command | Description
2828
[emulate android](emulate-android.html) | Builds the specified project and runs it in a native Android emulator.
2929
[emulate ios](emulate-ios.html) | Builds the specified project and runs it in the native iOS Simulator.
3030
[emulate](emulate.html) | You must run the emulate command with a related command.
31+
[livesync](livesync.html) | Synchronizes the latest changes in your project to devices.
32+
[livesync ios](livesync-ios.html) | Synchronizes the latest changes in your project to iOS devices.
33+
[livesync android](livesync-android.html) | Synchronizes the latest changes in your project to Android devices.
3134
[run android](run-android.html) | Runs your project on a connected Android device or in a native Android emulator, if configured.
3235
[run ios](run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
3336
[run](run.html) | Runs your project on a connected device or in the native emulator for the selected platform.

docs/man_pages/project/testing/build-ios.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Command | Description
3333
[emulate android](emulate-android.html) | Builds the specified project and runs it in a native Android emulator.
3434
[emulate ios](emulate-ios.html) | Builds the specified project and runs it in the native iOS Simulator.
3535
[emulate](emulate.html) | You must run the emulate command with a related command.
36+
[livesync](livesync.html) | Synchronizes the latest changes in your project to devices.
37+
[livesync ios](livesync-ios.html) | Synchronizes the latest changes in your project to iOS devices.
38+
[livesync android](livesync-android.html) | Synchronizes the latest changes in your project to Android devices.
3639
[run android](run-android.html) | Runs your project on a connected Android device or in a native Android emulator, if configured.
3740
[run ios](run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
3841
[run](run.html) | Runs your project on a connected device or in the native emulator for the selected platform.

docs/man_pages/project/testing/build.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Command | Description
3030
[emulate android](emulate-android.html) | Builds the specified project and runs it in a native Android emulator.
3131
[emulate ios](emulate-ios.html) | Builds the specified project and runs it in the native iOS Simulator.
3232
[emulate](emulate.html) | You must run the emulate command with a related command.
33+
[livesync](livesync.html) | Synchronizes the latest changes in your project to devices.
34+
[livesync ios](livesync-ios.html) | Synchronizes the latest changes in your project to iOS devices.
35+
[livesync android](livesync-android.html) | Synchronizes the latest changes in your project to Android devices.
3336
[run android](run-android.html) | Runs your project on a connected Android device or in a native Android emulator, if configured.
3437
[run ios](run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
3538
[run](run.html) | Runs your project on a connected device or in the native emulator for the selected platform.

docs/man_pages/project/testing/debug-android.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ Command | Description
4848
[emulate android](emulate-android.html) | Builds the specified project and runs it in a native Android emulator.
4949
[emulate ios](emulate-ios.html) | Builds the specified project and runs it in the native iOS Simulator.
5050
[emulate](emulate.html) | You must run the emulate command with a related command.
51+
[livesync](livesync.html) | Synchronizes the latest changes in your project to devices.
52+
[livesync ios](livesync-ios.html) | Synchronizes the latest changes in your project to iOS devices.
53+
[livesync android](livesync-android.html) | Synchronizes the latest changes in your project to Android devices.
5154
[run android](run-android.html) | Runs your project on a connected Android device or in a native Android emulator, if configured.
5255
[run ios](run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
5356
[run](run.html) | Runs your project on a connected device or in the native emulator for the selected platform.

docs/man_pages/project/testing/debug-ios.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ Command | Description
4747
[emulate android](emulate-android.html) | Builds the specified project and runs it in a native Android emulator.
4848
[emulate ios](emulate-ios.html) | Builds the specified project and runs it in the native iOS Simulator.
4949
[emulate](emulate.html) | You must run the emulate command with a related command.
50+
[livesync](livesync.html) | Synchronizes the latest changes in your project to devices.
51+
[livesync ios](livesync-ios.html) | Synchronizes the latest changes in your project to iOS devices.
52+
[livesync android](livesync-android.html) | Synchronizes the latest changes in your project to Android devices.
5053
[run android](run-android.html) | Runs your project on a connected Android device or in a native Android emulator, if configured.
5154
[run ios](run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
5255
[run](run.html) | Runs your project on a connected device or in the native emulator for the selected platform.

docs/man_pages/project/testing/debug.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Command | Description
3030
[emulate android](emulate-android.html) | Builds the specified project and runs it in a native Android emulator.
3131
[emulate ios](emulate-ios.html) | Builds the specified project and runs it in the native iOS Simulator.
3232
[emulate](emulate.html) | You must run the emulate command with a related command.
33+
[livesync](livesync.html) | Synchronizes the latest changes in your project to devices.
34+
[livesync ios](livesync-ios.html) | Synchronizes the latest changes in your project to iOS devices.
35+
[livesync android](livesync-android.html) | Synchronizes the latest changes in your project to Android devices.
3336
[run android](run-android.html) | Runs your project on a connected Android device or in a native Android emulator, if configured.
3437
[run ios](run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
3538
[run](run.html) | Runs your project on a connected device or in the native emulator for the selected platform.

docs/man_pages/project/testing/deploy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ Command | Description
4444
[emulate android](emulate-android.html) | Builds the specified project and runs it in a native Android emulator.
4545
[emulate ios](emulate-ios.html) | Builds the specified project and runs it in the native iOS Simulator.
4646
[emulate](emulate.html) | You must run the emulate command with a related command.
47+
[livesync](livesync.html) | Synchronizes the latest changes in your project to devices.
48+
[livesync ios](livesync-ios.html) | Synchronizes the latest changes in your project to iOS devices.
49+
[livesync android](livesync-android.html) | Synchronizes the latest changes in your project to Android devices.
4750
[run android](run-android.html) | Runs your project on a connected Android device or in a native Android emulator, if configured.
4851
[run ios](run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
4952
[run](run.html) | Runs your project on a connected device or in the native emulator for the selected platform.

docs/man_pages/project/testing/emulate-android.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ Command | Description
5656
[deploy](deploy.html) | Builds and deploys the project to a connected physical or virtual device.
5757
[emulate ios](emulate-ios.html) | Builds the specified project and runs it in the native iOS Simulator.
5858
[emulate](emulate.html) | You must run the emulate command with a related command.
59+
[livesync](livesync.html) | Synchronizes the latest changes in your project to devices.
60+
[livesync ios](livesync-ios.html) | Synchronizes the latest changes in your project to iOS devices.
61+
[livesync android](livesync-android.html) | Synchronizes the latest changes in your project to Android devices.
5962
[run android](run-android.html) | Runs your project on a connected Android device or in a native Android emulator, if configured.
6063
[run ios](run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
6164
[run](run.html) | Runs your project on a connected device or in the native emulator for the selected platform.

docs/man_pages/project/testing/emulate-ios.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ Command | Description
4141
[deploy](deploy.html) | Builds and deploys the project to a connected physical or virtual device.
4242
[emulate android](emulate-android.html) | Builds the specified project and runs it in a native Android emulator.
4343
[emulate](emulate.html) | You must run the emulate command with a related command.
44+
[livesync](livesync.html) | Synchronizes the latest changes in your project to devices.
45+
[livesync ios](livesync-ios.html) | Synchronizes the latest changes in your project to iOS devices.
46+
[livesync android](livesync-android.html) | Synchronizes the latest changes in your project to Android devices.
4447
[run android](run-android.html) | Runs your project on a connected Android device or in a native Android emulator, if configured.
4548
[run ios](run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
4649
[run](run.html) | Runs your project on a connected device or in the native emulator for the selected platform.

0 commit comments

Comments
 (0)