Release Notes v0.3.33
Changes
- Added
vlDebian package alias (/usr/local/bin/vl -> vaultline) for shorter CLI usage. - Added completion support for both
vaultlineandvl, includingstore unseal --from-secretcross-store completion flow. - Added top-level
versioncommand and aligned--versionto print only the raw version string. - Improved unknown-command UX by printing usage alongside the error.
- Updated docs quick-start examples to use the installed
vaultlinebinary instead ofgo run.