Commit graph

2 commits

Author SHA1 Message Date
Marco Allegretti
eff53cf7af cli: satisfy clippy and rustfmt
Refactor build and rebuild command handlers to pass BuildOptions instead
of multiple boolean flags, satisfying clippy's excessive-bools and
too-many-arguments lints.

Apply rustfmt output in CLI and core engine code.
2026-02-23 18:50:23 +01:00
Marco Allegretti
f1c6e55e09 cli: add pin command
Add a new 'pin' subcommand to rewrite base.image to an explicit URL.

Extend build and rebuild with --locked, --offline, and --require-pinned-image,
and wire flags into the core engine build options.
2026-02-23 18:29:46 +01:00