Mainnet docs are version-pinned. Check each section's exact version in the sidebar; it can lag the newest upstream release.
This core Forc reference was generated for version 0.69.0. Network-facing plugins can come from separate repositories and release independently. When an installed version differs, check fuelup show and treat that command's --help output as authoritative.
Removes one or more dependencies from a Forc.toml manifest.
forc remove [OPTIONS] <DEP_SPEC>...<DEP_SPEC>: List of dependencies to remove by name (e.g., custom_lib, custom_contract) --contract-dep: Remove from [contract-dependencies] instead of [dependencies]. --package <SPEC>: Target a specific package in a workspace. --manifest-path <PATH>: Path to the Forc.toml. --dry-run: Preview what would be removed without making any changes. --offline: Prevent forc from fetching metadata or resolving versions remotely. --ipfs-node <FUEL|PUBLIC|LOCAL|URL>: IPFS node to use for reference.