tree: d7758548d397bb910e26c0067d1b1557fc8e5cf6
  1. args/
  2. src/
  3. BUILD.gn
  4. README.md
src/developer/ffx/plugins/scrutiny/verify/README.md

ffx scrutiny verify

The ffx scrutiny verify command has a number of subcommands that perform different verification procedures against build artifacts. The command performs some common logic before and after delegating execution to subcommands. This pattern requires that there be a single ffx plugin that encapsulates all arguments and subcommands.

See args/ source directory or $ ffx scrutiny verify --help for more high-level documentation.