Expand description
construct install — unified post-build install flow.
First slice: the --sidecars-only path is the only implementation. It
materializes the embedded install-sidecars.{sh,bat} scripts into a
temporary directory and runs them. This gives users a cross-platform
construct install --sidecars-only entry point without having to know
whether their checkout has the scripts or not (e.g. a cargo install kumiho-construct-only user has no scripts/ directory available).
The full install flow (prerequisite checks, build, onboard, dashboard
launch) will migrate from install.sh / setup.bat into this module over
time. Today those scripts remain canonical for a full install.
Structs§
- Install
Options - Options for
construct install.
Functions§
- run
- Run the install command with the given options.