Skip to content

February 2026 Recap

← Back to blog
February 2026 Recap

February 2026 Recap

February was a big month: we shipped lots of core improvements, launched four new secret manager plugins, and announced our participation in the GitHub Secure Open Source Fund.

Core Improvements

These features are all available in varlock@0.2.3:

  • Multi-line function calls — Both decorators and item values now support multi-line syntax, making complex configs easier to read and maintain.
  • Conditional @import — The enabled parameter lets you conditionally load env files (e.g. by environment or feature flags).
  • @public decorator — New counterpart to @sensitive for explicitly marking values as safe to log or expose.
  • --path / -p — For load and run, specify a .env file or directory as the entry point.
  • --compact — For varlock load, outputs a compact format suitable for scripts and CI.
  • --no-redact-stdout — For varlock run, allows unredacted output when needed (e.g. interactive tools).
  • Import from ~ — Reference home directory paths in imports.
  • allowMissing on @import — Imports optionally succeed when the target file doesn’t exist.
  • Package manager detection — Better handling when multiple lockfiles (e.g. npm + Bun) are present; no more crashes in monorepos.
  • Improved CLI help — All commands now have clearer examples and usage guidance.

New Secret Manager Plugins

We launched four new plugins, broadening support for popular secret managers:

GitHub Secure Open Source Fund

We published How Varlock Is Leveling Up Security Through the GitHub Secure Open Source Fund, sharing what we learned from participating in the program.

Community

We’re always looking for feedback and ideas. Join the conversation:

← Back to blog