drupflare/drangler - v0.1.0
    Preparing search index...

    Function resolvePlanFacts

    • Resolves what the account is actually entitled to, without making it a requirement.

      Three ways in, in order: an explicit --plan, a live lookup when a Cloudflare token is present, and otherwise nothing at all. "Nothing at all" leaves the plan rule unevaluated rather than defaulted, so a config check run without credentials never reports that PLAN is right.

      Parameters

      Returns Promise<{ facts: AccountFacts; source: string }>