Commit Graph

7 Commits

Author SHA1 Message Date
David Ibia
55ba6d4b4d Improve README with quick reference table, utility docs, and clarifications
- Add quick reference table for all CLI commands
- Document non-standard env file support (api.env, database.env, etc.)
- Document auto-quoting behavior for special characters
- Add isExampleEnvFile utility to library API docs
- Expand example file detection patterns in notes
2026-01-15 21:34:07 +01:00
David Ibia
a64cc5cdf6 Add key mutation commands (add, set, unset, delete) for v0.0.4
- Add CLI commands: add, set, unset, delete for modifying .env files
- Add value auto-quoting for special characters (spaces, #, quotes, newlines)
- Add example file detection with warning for .env.example/.sample/.template
- Add library API: addEnvFileKey, setEnvFileKey, unsetEnvFileKey, deleteEnvFileKeys
- Export isExampleEnvFile utility
- Add tests for new mutation operations
- Update README and CHANGELOG
2026-01-15 21:29:06 +01:00
David Ibia
46c7a34355 Add dotenv file operations 2026-01-13 18:20:37 +01:00
David Ibia
2b4ff5bf81 Improve README for match ops and LLM contract 2026-01-12 20:54:14 +01:00
David Ibia
4568f9d421 Add match operators for key checks 2026-01-12 18:14:33 +01:00
David Ibia
7933e9294f Reference envsitter-guard in README 2026-01-12 16:15:19 +01:00
David Ibia
40dbd4432f Prepare npm publish with README and MIT license 2026-01-12 10:46:12 +01:00