tree: 4d68935c99b6a6452448d4c1baa9ac749ebe4baf
  1. gerrit-split-cl-lib/
  2. gerrit-submit-lib/
  3. lib/
  4. __init__.py
  5. add-host-test
  6. add-test
  7. arm-esr.fx
  8. bazel2gn
  9. bindc.fx
  10. binutils
  11. bisect-rustc
  12. blobstats
  13. bt-snoop-from-snapshot
  14. build-main-pb
  15. build-zbi
  16. check-deps
  17. check-goldens
  18. check-goldens.py
  19. check-licenses
  20. cl
  21. clang-tidy
  22. clippy.fx
  23. compdb
  24. core-tests
  25. coverage
  26. cpu-stats
  27. crosvm.fx
  28. dis
  29. download-rust-toolchain
  30. dtsfmt.fx
  31. dupefinder
  32. enable-ffx-usb
  33. exec-host-tests
  34. extract-pprof.fx
  35. extract-pprof.py
  36. extract-zbi
  37. fastboot.fx
  38. fetch-cq-failures
  39. fetch-cq-failures.py
  40. fetch-toolchain
  41. ffx
  42. fidlcat
  43. fidldoc.fx
  44. fidltags
  45. find-owner
  46. flash-kola
  47. force-ota-from-devhost
  48. fuzz
  49. g-build
  50. g-review
  51. gc
  52. gce
  53. gdb.fx
  54. gen-cargo.fx
  55. gen-watchman-config
  56. gerrit-split-cl.fx
  57. gerrit-submit.fx
  58. get-main-pb-path
  59. gnu
  60. grep
  61. gum.fx
  62. iquery
  63. lint
  64. list-owners
  65. list-packages
  66. list_packages.py
  67. list_packages_test.py
  68. llvm
  69. ls-buildid
  70. make-fuchsia-vol
  71. METADATA.textproto
  72. mkinstaller
  73. mkinstaller-remote
  74. move-docs
  75. OWNERS
  76. pending-commits
  77. pprof
  78. publish
  79. publish.py
  80. qemu-cipd-ensure
  81. README.md
  82. refresh-bazel-compdb
  83. remove-update-source
  84. roll-compiler
  85. run-boot-test
  86. run-boot-test.py
  87. run-e2e-tests
  88. run-in-build
  89. run-recovery
  90. run-zbi-test-remote
  91. rust-3p-outdated
  92. rust-3p-outdated.fx
  93. rustdoc-link.fx
  94. set-petal
  95. set-relay
  96. setup-go
  97. setup-jj
  98. setup-usb-ethernet
  99. show-package
  100. shush.fx
  101. size-check
  102. smoke-test.fx
  103. snapshot
  104. sniff.fx
  105. sniff.py
  106. sync-from-stem
  107. system-status.fx
  108. terminal.py
  109. test-category.fx
  110. test-stats
  111. test-stats.py
  112. triage
  113. update-3p-owners
  114. update-bazel-vendor-dir
  115. update-rust-3p-outdated
  116. update-rustc-third-party
  117. zbi_json_to_d3js.py
  118. zedmon
  119. zxdb
tools/devshell/contrib/README.md

Contrib

This directory contains fx commands that are not officially supported. They have been contributed by community members and are supported by the community.

When you add a new tool, please be sure to edit the OWNERS file and add per-file lines for the owners.

The main documentation for writing fx commands is given in ../README.md.