## Workflows of the `list` subcommand

**Syntax**

```sh
npx @nightwatch/mobile-helper android list [flags]
```

### 1. Show a list of connected devices

Run the below command to show a list of all the connected real devices and running AVDs:

```sh
npx @nightwatch/mobile-helper android list --device 
```

### 2. Show a list of installed AVDs

Run the below command to show a list of all the currently installed AVDs

```sh
npx @nightwatch/mobile-helper android list --avd
```
