| # Source tree fx subcommands |
| |
| Command | Description |
| ------- | ----------- |
| [cipd](cmd/cipd.md) | run the cipd command line tool |
| [create](cmd/create.md) | Scaffold new projects |
| [jiri](cmd/jiri.md) | multi-purpose tool for multi-repo development. |
| [rfc](cmd/rfc.md) | Scaffold new RFCs |
| [sync-to](cmd/sync-to.md) | Sync the local Fuchsia source tree to a given state |
| [clang-tidy](cmd/clang-tidy.md) | runs clang-tidy on specified files |
| [format-code](cmd/format-code.md) | runs source formatters on modified files |
| [gen-cargo](cmd/gen-cargo.md) | generate symlinks to Rust Cargo.toml output files |
| [grep](cmd/grep.md) | print lines in the Fuchsia sources matching the given pattern |
| [lint](cmd/lint.md) | runs source linters on modified files |
| [pending-commits](cmd/pending-commits.md) | view commits not yet published to global integration |
| [regen-goldens](cmd/regen-goldens.md) | regenerates golden files in the source tree |
| [rustfmt](cmd/rustfmt.md) | format Rust code |
| [set-petal](cmd/set-petal.md) | configure jiri to manage a specific petal |
| [shush](cmd/shush.md) | silence rust lints with allows or compiler suggested fixes |
| [sync-from-stem](cmd/sync-from-stem.md) | sync integration and deps to a state matching fuchsia.git state |
| [update-rust-3p-outdated](cmd/update-rust-3p-outdated.md) | updates external Rust dependencies with latest from crates.io |
| [update-rust-3p-owners](cmd/update-rust-3p-owners.md) | updates OWNERS files for Rust third\_party dependencies |
| [update-rustc-third-party](cmd/update-rustc-third-party.md) | updates rustc\_library and rustc\_binary third\_party dependencies |