catalyst fetch
fetch all dependencies for a profile
Usage: catalyst fetch [OPTIONS]
Options:
-h,--help Print this help message and exit
--profiles TEXT ...
Details
This command is usually run automatically by catalyst build, but can be run manually to prepare the environment (e.g., in CI/CD pipelines).
- Git: Clones repositories.
- Vcpkg: Installs packages.
- System: Verifies presence via pkg-config.
Examples
catalyst fetch
catalyst fetch --profiles debug