tree: 7c6fab4c97b3431bf4aafc6cf03215f1c76929e6 [path history] [tgz]
  1. src/
  2. BUILD.gn
  3. README.md
src/developer/ffx/plugins/target/show/README.md

Target show

This is a subcommand of the ffx target command. It provides options to:

  • get information from the target device
  • get the information of the target device in a machine readable format

The code runs on the host and communicates to software running on the target Fuchsia device via FIDL through an overnet connection.

Build

To build the target show command, build ffx which statically links the plugin lib. E.g.

$ fx build src/developer/ffx

Test

Run tests with

$ fx test ffx_target_show_lib_test