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.
This command is available as beskid fetch.
Arguments
Section titled “Arguments”| Argument | Description |
|---|---|
--project | Project directory or App.bproj path |
--target | Target name from the manifest |
--workspace-member | Workspace member when resolving via Workspace.bws |
--frozen | Require lockfile match; forbid updates |
--locked | Require an existing lockfile |
--plain | Disable animated resolve progress |
Example
Section titled “Example”beskid fetch --project path/to/App.bprojOn success, prints a short confirmation message.
For lockfile behavior and recovery, use Dependencies and locks.