@suluk/platform - v0.6.0
    Preparing search index...

    Function collectEnv

    • The env vars the selected services need, de-duped by name (first declaration wins). Split with .secret into the .env secrets (the .env.temp lifecycle) vs the non-secret CONFIG (defined in platform.config.ts vars → wrangler [vars]).

      Parameters

      • services: string[]
      • catalog: Record<string, { env?: EnvVar[] }> = CATALOG

      Returns EnvVar[]