Skip to content

Commit

Permalink
Link usage docs for subcommands in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 authored Sep 13, 2024
1 parent 997ec25 commit 39e0ebc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ npx @nightwatch/mobile-helper android connect [flags]
| --wireless | Connect a real device wirelessly |
| --emulator | Launch an AVD inside Android Emulator.|

For more details on the usage of the `connect` subcommand, please refer to [this doc](docs/subcommands/connect.md).

#### 2. list

This subcommand allows you to list all connected devices and installed AVDs.
Expand All @@ -80,6 +82,8 @@ npx @nightwatch/mobile-helper android list [flags]
| --device | Show a list of all the connected real devices and AVDs |
| --avd | Show a list of all the currently installed AVDs |

For more details on the usage of the `list` subcommand, please refer to [this doc](docs/subcommands/list.md).

#### 3. install

This subcommand allows you to install a new system-image, create a new AVD or install an app to a target AVD/device.
Expand All @@ -94,6 +98,8 @@ npx @nightwatch/mobile-helper android install [flags]
| --avd | Create a new AVD |
| --system-image | Install a new system-image |

For more details on the usage of the `install` subcommand, please refer to [this doc](docs/subcommands/install.md).

#### 4. uninstall

This subcommand allows you to uninstall a system-image, delete an AVD, or uninstall an app from a target device.
Expand All @@ -108,6 +114,8 @@ npx @nightwatch/mobile-helper android uninstall [flags]
| --avd | Delete an AVD |
| --system-image | Uninstall a system-image |

For more details on the usage of the `uninstall` subcommand, please refer to [this doc](docs/subcommands/uninstall.md).

### Run Android SDK tool commands

Run commands with major Android SDK tools/binaries directly from a single CLI without the need to locate and then run the binaries manually.
Expand Down

0 comments on commit 39e0ebc

Please sign in to comment.