Skip to main content

versionx sync

Install everything declared in versionx.toml + versionx.lock: toolchains, package managers, and dependencies

Flags

FlagValueDefaultRequiredGlobalDescription
--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 &lt;FILE&gt;. 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))

See also