You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
envroll init --target <filename> — register a project with a
non-default working-copy filename. Designed for modern JS frameworks
that read from .env.local (Next.js, Vite, Astro, Remix, Nuxt) or any
other custom path (application.env for Spring Boot, config/.env
for apps with config in subdirs). Once set, every command (fork / save / use / status / etc.) reads and writes the configured
filename instead of .env.
Validation rejects empty, absolute, or path-traversal filenames at init time.
Changed
Manifest schema gains a target_filename field.
Fixed
Manifests created by 0.1.0 / 0.1.1 (which didn't have the field) are
fully backwards-compatible — serde defaults the field to .env so
existing vaults keep working.