@cipherstash/wizard@0.5.0-rc.0
Pre-releaseMinor Changes
- 0b9b192: Rename
stash db installtostash eql install. The command scaffolds
stash.config.tsand installs the EQL extensions, so it now lives under a
dedicatedeqlcommand group.stash db installkeeps working as a
deprecated alias that prints a warning pointing at the new name. All help
text, hints, generated migration headers, and wizard steps now reference
stash eql install.
Patch Changes
-
9c673bb: Stop the agent guard from blocking
.env.example.SENSITIVE_FILE_PATTERNSmatched/\.env($|\.)/, which tests true against
.env.example. Because the guard coversEditandWriteas well asRead,
the wizard's agent was blocked from creating or editing the very file the
CipherStash doctrine tells it to write ("New env keys go in.env.examplewith
placeholders"). Committed env templates carry placeholder key names, not values..env.example,.env.sampleand.env.templateare now readable and writable.
Everything else is unchanged:.env,.env.local,.env.production, and
value-bearing files that merely start with a template name
(.env.example.local,.env.example.bak) stay blocked, as doauth.json,
secretkey.jsonand credential files. Bash access to any env file — including
the templates — remains blocked;Read/Writeis the sanctioned path.