module

Yozgat::Deploy::PortGuide

Builds developer-facing guidance for deferring a port change on a repo-controlled (dockercompose) environment. yozgat never edits the developer's compose file — the developer makes the change and redeploys.

Class methods

build(current_port : Int64 | Nil, requested_port : Int64) : NamedTuple(status: String, explanation: String, snippet: String, steps: Array(String))
Source