Sigyn – OSS native macOS secrets manager to replace .env (GUI+CLI)
Touch ID auth and Keychain integration beat 1Password's env tool on local-first workflow.
Opinionated declarative CLI args, ENV vars and config files
Yet another declarative CLI lib when Kong and urfave/cli already exist.
Go developers building CLI tools
kong · urfave/cli · cobra
Touch ID auth and Keychain integration beat 1Password's env tool on local-first workflow.
Interactive prompts plus automatic discovery of common template filenames make onboarding and local env scaffolding annoyingly easy. It's a pragmatic little tool you reach for when you want a quick .env created or synced, but it stops short of integrations most teams care about (no secret encryption, policy validation, or vault/CI hooks mentioned).
JSON-configured API flow testing CLI competing with Postman and k6.
AST parser catches missing env vars before you deploy to production.
Interactive autofix plus a --ci flag is the practical combo here: run locally to prompt-and-append missing keys, or fail your CI when examples diverge. It’s not reinventing the wheel, but the single-file, zero-config approach and explicit CI mode make it a useful small tool to stop one of those 'works on my machine' headaches—just watch out for secrets and how you auto-append placeholder values.
Solves a real CI/CD pain, but dotenv validation already exists (python-dotenv, pydantic).