Lines Matching refs:instance
50 instance (running on a virtual machine in the cloud) and local instance
56 * Remote instance using an Android Build image (LKGB (Last Known Good Build)
62 * Remote instance using a locally built image (use `m` to build the image)
66 * Local instance using an Android Build image (LKGB for cuttlefish phone
69 > $ acloud create --local-instance
71 * Local instance using a locally built image (use `m` to build the image)
73 > $ acloud create --local-instance --local-image
92 … webrtc and acloud will automatically open the browser upon creation of a remote or local instance.
93 Acloud will also create a ssh tunnel to enable adb and webrtc connection to the instance. Other AVD…
103 * `--reuse-gce`: 'cuttlefish only' This can help users use their own instance.
104 Reusing specific gce instance if `--reuse-gce` [instance-name] is provided.
105 Select one gce instance to reuse if `--reuse-gce` is provided.
118 * List will show device IP address, adb port and instance name.
130 instances created by you and stop them. If more than one instance is found
131 (remote or local), you will be prompted to select which instance you would
136 * Delete sole instance or prompt user with list of instances to delete.
144 * Delete a specific instance
146 > $ acloud delete --instance-names [instance-name]
151 remote instance created by you. It will then look for any devices missing in
157 * Reconnect sole instance or prompt user with list of instances to reconnect.
165 * Reconnect a specific instance
167 > $ acloud reconnect --instance-names [instance-name]
177 * Pull logs from a sole instance or prompt user to choose one to pull if where
182 * Pull logs from the specific instance.
184 > $ acloud pull --instance-name "instance-name"
186 * Pull a specific log file from a specific instance
188 > $ acloud pull --instance-name "instance-name" --file-name "file-name"
194 create a remote or local instance. It will automatically get invoked through