Update
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: 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:
Update dependencies
forc update
Update a specific dependency
forc update -d std
Check if dependencies have newer versions
forc update --check