#!/usr/bin/env -S deno run --allow-env const envs = Deno.env.toObject(); for (const envKey in envs) { console.log(`${envKey} --> ${envs[envKey]}`); } // @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250122T000910+08:00.MEYCIQCDWPCDCc07dCpoByoi8B34IG37/eN/SA6RUFcwMMk9BAIhAIj/VEvsT03dpLAkTjE4ecNw3wKTj3G4j3gJZWXSIs+q