beskid fetch
Resolve and materialize project dependencies.
beskid fetch
Resolves the dependency graph for a project (using the same discovery flags as other project commands) and materializes dependency sources into the workspace.
Arguments
Section titled “Arguments”| Argument | Description |
|---|---|
--project | Project directory or Project.proj path |
--target | Target name from the manifest |
--workspace-member | Workspace member when resolving via Workspace.proj |
--frozen | Require lockfile match; forbid updates |
--locked | Require an existing lockfile |
Example
Section titled “Example”beskid fetch --project path/to/Project.projOn success, prints a short confirmation message.