tree: 4639e93ecebe6bdae2b171a96fb392de05ed0d64 [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. delta
  23. dis
  24. disk-extract-serial-log
  25. exec-host-tests
  26. extract-pprof.fx
  27. extract-pprof.py
  28. extract-zbi
  29. ffx
  30. fidlcat
  31. fidldoc.fx
  32. fidltags
  33. force-ota-from-devhost
  34. format-code
  35. fuzz
  36. gc
  37. gce
  38. gdb.fx
  39. gen-cargo.fx
  40. gerrit-split-cl.fx
  41. gerrit-submit.fx
  42. gnu
  43. goma
  44. grep
  45. init-partition-tables
  46. iquery
  47. lint
  48. make-fuchsia-vol
  49. mkinstaller
  50. move-docs
  51. overnet
  52. OWNERS
  53. pending-commits
  54. qemu-cipd-ensure
  55. README.md
  56. regen-goldens
  57. remove-update-source
  58. roll-compiler
  59. run-dart-action
  60. run-e2e-tests
  61. run-in-build
  62. run-recovery
  63. run-zbi-test
  64. run-zbi-test-remote
  65. run-zbi-test.py
  66. rustdoc.fx
  67. rustfmt.fx
  68. save-package-stats
  69. screenshot
  70. scrutiny
  71. set-petal
  72. set-relay
  73. setup-go
  74. setup-usb-ethernet
  75. show-package
  76. smoke-test.fx
  77. snapshot
  78. sniff.fx
  79. sniff.py
  80. symbol-index
  81. sync-from-stem
  82. test-stats
  83. test-stats.py
  84. traceutil
  85. triage
  86. unarchive-package
  87. update-rust-3p-outdated
  88. update-rust-3p-owners
  89. update-rustc-third-party
  90. wipe-partition-tables
  91. zbi_json_to_d3js.py
  92. zedmon
  93. 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.