MAN page from OpenSuSE cargo-1.31.1-186.1.x86_64.rpm
CARGO\-FETCH
Section: Cargo Manual (1)
Updated: July 2016
Index NAME
cargo-fetch - Fetch dependencies of a package from the network
SYNOPSIS
I]cargo fetch] [OPTIONS]
DESCRIPTION
If a lockfile is available, this command will ensure that all of the gitdependencies and/or registries dependencies are downloaded and locallyavailable. The network is never touched after a `cargo fetch` unlessthe lockfile changes.
If the lockfile is not available, then this is the equivalent of`cargo generate-lockfile`. A lockfile is generated and dependencies are alsoall updated.
OPTIONS
- -h, --help
- Print this message.
- --manifest-path I]PATH]
- Path to the manifest to fetch dependencies for.
- -v, --verbose
- Use verbose output.
- -q, --quiet
- No output printed to stdout.
- --color I]WHEN]
- Coloring: auto, always, never.
SEE ALSO
cargo(1), cargo-update(1)
COPYRIGHT
This work is dual-licensed under Apache 2.0 and MIT terms.See I]COPYRIGHT] file in the cargo source distribution.
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- SEE ALSO
- COPYRIGHT
This document was created byman2html,using the manual pages.