#!/usr/bin/env bun /** * ghvars CLI * * Sync .env files and manage GitHub Actions secrets/variables * * Usage: * ghvars # Interactive menu * ghvars sync # Sync .env with .env.example * ghvars push # Push all secrets & variables to GitHub * ghvars push -i # Interactive selection * ghvars pull # Pull variables from GitHub to .env */ export {}; //# sourceMappingURL=cli.d.ts.map