tree: bdd50f3a83b9025b5b2e064eec564ace03bc940b [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. README.md
src/sys/locate/README.md

locate

Reviewed on: 2020-03-02

locate is a convenience tool for expanding short names for components into fully qualified component URLs.

locate uses data from the component index. See also: //src/sys/component_index

For usage information, run locate --help.

Building

This project can be added to builds by including --with //src/sys/locate to the fx set invocation.

Running

To print usage instructions, run the following command:

$ fx shell locate --help

Testing

Integration tests for locate are available in the locate_integration_tests package.

$ fx test locate_integration_test