Skip to content

Releases: hsablonniere/lecoffre

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 14 Mar 18:29
423ea09

Patch Changes

  • #11 3e80bc3 Thanks @hsablonniere! - Fix ERR_UNSUPPORTED_NODE_MODULES_TYPE_STRIPPING when installed globally from npm by bundling sources with esbuild.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Mar 17:18
90f5866

Minor Changes

  • #9 5af76d2 Thanks @hsablonniere! - Add 1Password as the default storage backend. Variables are now stored as Secure Notes in a dedicated vault. JSON file storage remains available via LECOFFRE_STORAGE_PATH. A new lecoffre init command creates the vault.

    Breaking: lecoffre list now takes project as an option (-p) instead of a positional argument: lecoffre list -p <project>.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Mar 22:42
b724390

Minor Changes

  • #5 7ddf3b5 Thanks @hsablonniere! - Add core commands: list, load, unload, and import

    • Add list command to display projects with their environments and variable counts
    • Add load command to output shell export statements for a project's variables
    • Add unload command to output shell unset statements for a project's variables
    • Add import command to import variables from stdin in .env format with replace/merge modes