Expand description
Deploy scaffold primitives. Phase 122.2 reduced this surface dramatically; after plan 122.2-04 only the helpers consumed by surviving doctor checks remain. Plans 06..12 will replace these with the new design in SCOPE.
Modules§
- app_
yaml_ existing - Parse identity fields from an existing
.do/app.yamlfor preservation acrossdo:init --forcere-renders. - bin_
detect - Shared web-bin detection for
docker:initanddo:init(D-02). - env_
production - Phase 122.2 §6: key-only
.env.productionparser. - secret_
keys - Secret-shaped env key classifier (D-08).
Structs§
Functions§
- find_
ferro_ path_ deps - Walk dependency tables of a parsed Cargo.toml string and collect every key
starting with
ferrowhose value is a table containing apathfield. - parse_
env_ entries - Parse a
.env-style file body into ordered (key, value) entries. Skips blank and comment lines. Splits on the first=. Strips a trailing# commentfrom unquoted values.