Source: codeFindings.md Section 6 (Low Priority)
Separate the "resolve and pin" step from "copy files to agent directory". Useful for CI where you want to verify resolution succeeds but do not have an agent installed.
$ craft lock
Resolved 3 dependencies, wrote craft.pin.yaml
(no files copied to agent directory)
This is essentially what craft install --dry-run does today, but as a first-class command that actually writes the pinfile without installing.
Source: codeFindings.md Section 6 (Low Priority)
Separate the "resolve and pin" step from "copy files to agent directory". Useful for CI where you want to verify resolution succeeds but do not have an agent installed.
This is essentially what
craft install --dry-rundoes today, but as a first-class command that actually writes the pinfile without installing.