File tree Expand file tree Collapse file tree 17 files changed +143
-0
lines changed Expand file tree Collapse file tree 17 files changed +143
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ Command | Description
32
32
[ debug ` <Platform> ` ] ( project/testing/debug.html ) | Debugs your project on a connected device.
33
33
[ install] ( project/configuration/install.html ) | Installs all platforms and dependencies described in the ` package.json ` file in the current directory.
34
34
[ 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.
35
36
36
37
## Device Commands
37
38
Command | Description
Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ Command | Description
28
28
[ emulate android] ( emulate-android.html ) | Builds the specified project and runs it in a native Android emulator.
29
29
[ emulate ios] ( emulate-ios.html ) | Builds the specified project and runs it in the native iOS Simulator.
30
30
[ 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.
31
34
[ run android] ( run-android.html ) | Runs your project on a connected Android device or in a native Android emulator, if configured.
32
35
[ run ios] ( run-ios.html ) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
33
36
[ run] ( run.html ) | Runs your project on a connected device or in the native emulator for the selected platform.
Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ Command | Description
33
33
[ emulate android] ( emulate-android.html ) | Builds the specified project and runs it in a native Android emulator.
34
34
[ emulate ios] ( emulate-ios.html ) | Builds the specified project and runs it in the native iOS Simulator.
35
35
[ 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.
36
39
[ run android] ( run-android.html ) | Runs your project on a connected Android device or in a native Android emulator, if configured.
37
40
[ run ios] ( run-ios.html ) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
38
41
[ run] ( run.html ) | Runs your project on a connected device or in the native emulator for the selected platform.
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ Command | Description
30
30
[ emulate android] ( emulate-android.html ) | Builds the specified project and runs it in a native Android emulator.
31
31
[ emulate ios] ( emulate-ios.html ) | Builds the specified project and runs it in the native iOS Simulator.
32
32
[ 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.
33
36
[ run android] ( run-android.html ) | Runs your project on a connected Android device or in a native Android emulator, if configured.
34
37
[ run ios] ( run-ios.html ) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
35
38
[ run] ( run.html ) | Runs your project on a connected device or in the native emulator for the selected platform.
Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ Command | Description
48
48
[ emulate android] ( emulate-android.html ) | Builds the specified project and runs it in a native Android emulator.
49
49
[ emulate ios] ( emulate-ios.html ) | Builds the specified project and runs it in the native iOS Simulator.
50
50
[ 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.
51
54
[ run android] ( run-android.html ) | Runs your project on a connected Android device or in a native Android emulator, if configured.
52
55
[ run ios] ( run-ios.html ) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
53
56
[ run] ( run.html ) | Runs your project on a connected device or in the native emulator for the selected platform.
Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ Command | Description
47
47
[ emulate android] ( emulate-android.html ) | Builds the specified project and runs it in a native Android emulator.
48
48
[ emulate ios] ( emulate-ios.html ) | Builds the specified project and runs it in the native iOS Simulator.
49
49
[ 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.
50
53
[ run android] ( run-android.html ) | Runs your project on a connected Android device or in a native Android emulator, if configured.
51
54
[ run ios] ( run-ios.html ) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
52
55
[ run] ( run.html ) | Runs your project on a connected device or in the native emulator for the selected platform.
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ Command | Description
30
30
[ emulate android] ( emulate-android.html ) | Builds the specified project and runs it in a native Android emulator.
31
31
[ emulate ios] ( emulate-ios.html ) | Builds the specified project and runs it in the native iOS Simulator.
32
32
[ 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.
33
36
[ run android] ( run-android.html ) | Runs your project on a connected Android device or in a native Android emulator, if configured.
34
37
[ run ios] ( run-ios.html ) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
35
38
[ run] ( run.html ) | Runs your project on a connected device or in the native emulator for the selected platform.
Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ Command | Description
44
44
[ emulate android] ( emulate-android.html ) | Builds the specified project and runs it in a native Android emulator.
45
45
[ emulate ios] ( emulate-ios.html ) | Builds the specified project and runs it in the native iOS Simulator.
46
46
[ 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.
47
50
[ run android] ( run-android.html ) | Runs your project on a connected Android device or in a native Android emulator, if configured.
48
51
[ run ios] ( run-ios.html ) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
49
52
[ run] ( run.html ) | Runs your project on a connected device or in the native emulator for the selected platform.
Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ Command | Description
56
56
[ deploy] ( deploy.html ) | Builds and deploys the project to a connected physical or virtual device.
57
57
[ emulate ios] ( emulate-ios.html ) | Builds the specified project and runs it in the native iOS Simulator.
58
58
[ 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.
59
62
[ run android] ( run-android.html ) | Runs your project on a connected Android device or in a native Android emulator, if configured.
60
63
[ run ios] ( run-ios.html ) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
61
64
[ run] ( run.html ) | Runs your project on a connected device or in the native emulator for the selected platform.
Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ Command | Description
41
41
[ deploy] ( deploy.html ) | Builds and deploys the project to a connected physical or virtual device.
42
42
[ emulate android] ( emulate-android.html ) | Builds the specified project and runs it in a native Android emulator.
43
43
[ 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.
44
47
[ run android] ( run-android.html ) | Runs your project on a connected Android device or in a native Android emulator, if configured.
45
48
[ run ios] ( run-ios.html ) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
46
49
[ run] ( run.html ) | Runs your project on a connected device or in the native emulator for the selected platform.
You can’t perform that action at this time.
0 commit comments