Releases: hsablonniere/lecoffre
Releases · hsablonniere/lecoffre
Release list
v0.2.1
Patch Changes
- #11
3e80bc3Thanks @hsablonniere! - FixERR_UNSUPPORTED_NODE_MODULES_TYPE_STRIPPINGwhen installed globally from npm by bundling sources with esbuild.
v0.2.0
Minor Changes
-
#9
5af76d2Thanks @hsablonniere! - Add 1Password as the default storage backend. Variables are now stored as Secure Notes in a dedicated vault. JSON file storage remains available viaLECOFFRE_STORAGE_PATH. A newlecoffre initcommand creates the vault.Breaking:
lecoffre listnow takesprojectas an option (-p) instead of a positional argument:lecoffre list -p <project>.
v0.1.0
Minor Changes
-
#5
7ddf3b5Thanks @hsablonniere! - Add core commands: list, load, unload, and import- Add
listcommand to display projects with their environments and variable counts - Add
loadcommand to output shell export statements for a project's variables - Add
unloadcommand to output shell unset statements for a project's variables - Add
importcommand to import variables from stdin in .env format with replace/merge modes
- Add