tree: 8a1490548f0afba24f8c8f2a13b2bf6b15a63058 [path history] [tgz]
  1. src/
  2. BUILD.gn
  3. README.md
src/developer/ffx/plugins/target/status/README.md

Target status

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

  • get status of the target device
  • get status 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 status command, build ffx which statically links the plugin lib. E.g.

$ fx build src/developer/ffx

Test

Run tests with

$ fx test ffx_target_status_lib_test