class

Analyzer::Specification::Kamal

Inherits Analyzer::Specification::SpecificationEngine < Analyzer < FileHelper < Reference < Object

Extracts the externally reachable surface described by a Kamal (https://kamal-deploy.org) config/deploy.yml. The proxy block declares the hosts kamal-proxy serves, the path prefixes it forwards, and the health endpoint it probes on every deploy — all of which are live HTTP routes worth inventorying.

Constants

APP_METHOD = "ANY"
DEFAULT_HEALTHCHECK_PATH = "/up"
HEALTHCHECK_METHOD = "GET"

Class methods

tech_name
Source

Instance methods

analyze
Source
tech

Instance-side view of the same declaration. The per-file rescues live on this base class, which has no way to name the analyzer that is running inside them, so a skipped file could not be attributed to a tech. Deriving it from analyzer_for keeps the name written exactly once.

Source