tree: fc4a25a057bacc2b3909a943feb4959e0674b14c [path history] [tgz]
  1. lib/
  2. meta/
  3. tests/
  4. BUILD.gn
  5. main.rs
  6. README.md
src/sys/tools/cs/README.md

cs

Reviewed on: 2019-07-22

cs is a command line tool intended for developers that will print out the current state of the v1 component topology as run under appmgr

Building

To add this project to your build, append --with //src/sys/tools/cs to the fx set invocation.

Running

cs can be invoked directly with the shell.

$ fx shell cs

Testing

cs can be manually tested by invoking it with the shell.

Source layout

The entrypoint is located in src/main.rs, and an implementation for reading inspect data is located in src/inspect.rs.