tree: 60ecda422a67871e5064020a7cd99a29bd4987a7 [path history] [tgz]
  1. gerrit-split-cl-lib/
  2. gerrit-submit-lib/
  3. lib/
  4. arm-esr.fx
  5. bindc.fx
  6. binutils
  7. bisect-rustc
  8. blobstats
  9. bt-snoop-from-snapshot
  10. check-deps
  11. check-goldens
  12. check-goldens.py
  13. check-licenses
  14. cl
  15. clang-tidy
  16. clippy.fx
  17. compdb
  18. core-tests
  19. coverage
  20. cpu-stats
  21. dart-remote-test
  22. dis
  23. exec-host-tests
  24. extract-pprof.fx
  25. extract-pprof.py
  26. extract-zbi
  27. ffx
  28. fidlcat
  29. fidldoc.fx
  30. fidltags
  31. flash-buckeye
  32. force-ota-from-devhost
  33. format-code
  34. fuzz
  35. gc
  36. gce
  37. gdb.fx
  38. gen-cargo.fx
  39. gerrit-split-cl.fx
  40. gerrit-submit.fx
  41. gnu
  42. goma
  43. grep
  44. init-partition-tables
  45. iquery
  46. lint
  47. make-fuchsia-vol
  48. mkinstaller
  49. move-docs
  50. overnet
  51. OWNERS
  52. pending-commits
  53. qemu-cipd-ensure
  54. README.md
  55. remove-update-source
  56. roll-compiler
  57. run-boot-test
  58. run-boot-test.py
  59. run-dart-action
  60. run-e2e-tests
  61. run-in-build
  62. run-recovery
  63. run-zbi-test-remote
  64. rustdoc.fx
  65. rustfmt.fx
  66. scrutiny
  67. set-petal
  68. set-relay
  69. setup-go
  70. setup-usb-ethernet
  71. show-package
  72. shush.fx
  73. size-check
  74. smoke-test.fx
  75. snapshot
  76. sniff.fx
  77. sniff.py
  78. symbol-index
  79. sync-from-stem
  80. test-stats
  81. test-stats.py
  82. traceutil
  83. triage
  84. unarchive-package
  85. update-3p-owners
  86. update-rust-3p-outdated
  87. update-rustc-third-party
  88. validate-sdk
  89. wipe-partition-tables
  90. zbi_json_to_d3js.py
  91. zedmon
  92. 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 and per-file-COMPONENT lines for bugs.fuchsia.dev components. These indicate the correct contact information for your command and are used by fx report-bug users to file issues.

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