blob: 3d32fab84e343d7ae7395860f99fec1eab34946e [file] [log] [blame] [view]
# fx component-surveyor
produce a dump of v1 components in CSV form.
```none
usage: fx component-surveyor [OUT_FILE]
This dump includes the following information:
- The names of all components known to the package server
- Categorization of components by group
- Service dependencies between components
- cmx features used by components
```
[component-surveyor source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/contrib/component-surveyor)