tree: ec40b8c00baa6fa243873ff64d34054a90b3196d [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-licenses
  12. clang-tidy
  13. clippy.fx
  14. codesize
  15. compdb
  16. component-graph
  17. component-surveyor
  18. core-tests
  19. cpu-stats
  20. dart-remote-test
  21. debug
  22. dis
  23. disk-extract-serial-log
  24. exec-host-tests
  25. extract-pprof.fx
  26. extract-pprof.py
  27. extract-zbi
  28. ffx
  29. fidlcat
  30. fidldoc.fx
  31. fidltags
  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. regen-goldens
  56. remove-update-source
  57. roll-compiler
  58. run-dart-action
  59. run-e2e-tests
  60. run-in-build
  61. run-recovery
  62. run-zbi-test
  63. run-zbi-test-remote
  64. run-zbi-test.py
  65. rustdoc.fx
  66. rustfmt.fx
  67. screenshot
  68. scrutiny
  69. set-petal
  70. set-relay
  71. setup-go
  72. setup-usb-ethernet
  73. show-package
  74. shush.fx
  75. smoke-test.fx
  76. snapshot
  77. sniff.fx
  78. sniff.py
  79. symbol-index
  80. sync-from-stem
  81. test-stats
  82. test-stats.py
  83. traceutil
  84. triage
  85. unarchive-package
  86. update-rust-3p-outdated
  87. update-rust-3p-owners
  88. update-rustc-third-party
  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.