blob: f631a64a4679bed4c879fe8fb15cfd6852b10663 [file] [log] [blame] [view]
# fx get-device-addr
print the Fuchsia address of the current selected device
```none
usage: fx get-device-addr [--resource|--url]
--resource print the address in resource format (encased in [] if IPv6)
--url print the address in url format (encased in [] if IPv6 and url escaped)
```
[get-device-addr source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/get-device-addr)