Skip to main content

Module deploy

Module deploy 

Source
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.yaml for preservation across do:init --force re-renders.
bin_detect
Shared web-bin detection for docker:init and do:init (D-02).
env_production
Phase 122.2 §6: key-only .env.production parser.
secret_keys
Secret-shaped env key classifier (D-08).

Structs§

EnvEntry

Functions§

find_ferro_path_deps
Walk dependency tables of a parsed Cargo.toml string and collect every key starting with ferro whose value is a table containing a path field.
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 # comment from unquoted values.