versionx sync
Install everything declared in versionx.toml + versionx.lock: toolchains, package managers, and dependencies
Flags
| Flag | Value | Default | Required | Global | Description |
|---|---|---|---|---|---|
--plan-only | <PLAN_ONLY> | Compute the plan and emit it without executing anything. Possible values: true, false. | |||
--apply | <FILE> | Apply a previously-computed plan from <FILE>. Refused if the plan's pre_requisite_hash does not match the current lockfile's hash | |||
--jobs | <JOBS> | Override concurrency (default: num_cpus::get().min(8)) |