v0.1.2CLILatest
1 min read

apivault-cli v0.1.2 — Dynamic Version Resolution & Vault Key Standardization

CLISecurityConfig

CLI update standardizing custom encryption prompts and flags to Vault Key, resolving package version dynamically from package.json, and preparing npm distribution.

#Dynamic Versioning & Vault Key Standardization

In apivault-cli v0.1.2, encryption option nomenclature and prompt strings have been unified with the core ApiVault ecosystem:

ShellShell
# Install or update globally from npm:
npm install -g apivault@latest

# Check the installed version:
apivault --version

#What's Changed

  • Vault Key Terminology: Updated masked prompts and option descriptions from "passphrase" to "vault key".
  • Dynamic Version Resolution: Refactored CLI banner and version introspection to read directly from package.json.
  • Command Parity: Fully aligned with the latest ApiVault backend endpoints.