Icon HelpCircleForumIcon Link

⌘K

Icon HelpCircleForumIcon Link
Icon AlertTriangle

Mainnet docs are version-pinned. Check each section's exact version in the sidebar; it can lag the newest upstream release.

Icon AlertTriangle

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.

Forc Update

Icon LinkUpdate

Usage: forc update [OPTIONS]

Options:

-p, --path <PATH>

Path to the project, if not specified, current working directory will be used

-d <TARGET_DEPENDENCY>

Dependency to be updated. If not set, all dependencies will be updated

-c, --check

Checks if the dependencies have newer versions. Won't actually perform the update, will output which ones are up-to-date and outdated

--ipfs-node <IPFS_NODE>

The IPFS Node to use for fetching IPFS sources.

Possible values: FUEL, PUBLIC, LOCAL, <GATEWAY_URL>

-v, --verbose...

Use verbose output

-s, --silent

Silence all output

-L, --log-level <LOG_LEVEL>

Set the log level

-h, --help

Print help (see a summary with '-h')

-V, --version

Print version

EXAMPLES:

Icon LinkUpdate dependencies

forc update

Icon LinkUpdate a specific dependency

forc update -d std

Icon LinkCheck if dependencies have newer versions

forc update --check