Releases: hungnguyen18/uzp-cli
Releases · hungnguyen18/uzp-cli
v1.2.0
🆕 What's New
- feat: add template, diff, audit, backup/restore, rotate commands
- fix: handle errcheck lint for MCP prompt, read from /dev/tty instead of stderr
- docs: update README with v1.1.0 features (run, import, mcp) and changelog section
- docs: update CHANGELOG.md for v1.1.0
📦 Installation
NPM (Recommended)
npm install -g uzp-cliDirect Download
Download the appropriate binary for your platform from the assets below.
🚀 Quick Start
uzp init
uzp add
uzp inject -p myapp > .env✨ Features
- 🔐 AES-256-GCM encryption
- 🔄 Auto-unlock workflow
- 📄 Environment file export (.env)
- 📋 Clipboard integration
- 🔍 Search functionality
🖥️ Platform Support
- macOS: Intel (x64) & Apple Silicon (ARM64)
- Linux: x64 & ARM64
- Windows: x64 & ARM64
🔗 Links
v1.1.0
🆕 What's New
- chore: bump version to 1.1.0
- feat: add uzp mcp command for AI agent integration
- docs: add uzp mcp to root help text
- feat: add MCP tool handlers (get, list, search) with access control
- feat: add MCP JSON-RPC server with stdio transport
- feat: add MCP access control with glob pattern matching
- feat: add uzp import command for .env file migration
- docs: add uzp import to root help text
- feat: add .env file parser with quoted value support
- docs: add uzp run to root help text
- test: add validation tests for uzp run command
- feat: add uzp run command for secret injection into process environment
- feat: add MergeSecrets to envutil for multi-project environment building
- refactor: extract ConvertToEnvKey into shared envutil package
- docs: add implementation plans for uzp v2 (run, import, mcp)
- docs: add UZP v2 feature design spec (run, import, mcp)
- docs: update CHANGELOG.md for v1.0.16
📦 Installation
NPM (Recommended)
npm install -g uzp-cliDirect Download
Download the appropriate binary for your platform from the assets below.
🚀 Quick Start
uzp init
uzp add
uzp inject -p myapp > .env✨ Features
- 🔐 AES-256-GCM encryption
- 🔄 Auto-unlock workflow
- 📄 Environment file export (.env)
- 📋 Clipboard integration
- 🔍 Search functionality
🖥️ Platform Support
- macOS: Intel (x64) & Apple Silicon (ARM64)
- Linux: x64 & ARM64
- Windows: x64 & ARM64
🔗 Links
v1.0.16
🆕 What's New
- chore: bump version to 1.0.16
- feat: auto-update CHANGELOG.md on release
- security: fix 11 vulnerabilities across crypto, storage, and CLI
- Fix Go version to 1.24 for golangci-lint compatibility
- Update Go to 1.25 and upgrade all dependencies
- Fix build: update HashPassword call signature and upgrade CI actions
- Remove CI/CD dead code and rewrite CONTRIBUTING.md
- Create CODE_OF_CONDUCT.md
- Potential fix for code scanning alert no. 20: Use of a broken or weak cryptographic hashing algorithm on sensitive data
📦 Installation
NPM (Recommended)
npm install -g uzp-cliDirect Download
Download the appropriate binary for your platform from the assets below.
🚀 Quick Start
uzp init
uzp add
uzp inject -p myapp > .env✨ Features
- 🔐 AES-256-GCM encryption
- 🔄 Auto-unlock workflow
- 📄 Environment file export (.env)
- 📋 Clipboard integration
- 🔍 Search functionality
🖥️ Platform Support
- macOS: Intel (x64) & Apple Silicon (ARM64)
- Linux: x64 & ARM64
- Windows: x64 & ARM64
🔗 Links
v1.0.15
🆕 What's New
- chore: bump version to 1.0.15
- refactor: remove installation lock and disk space check from install script, reduce download timeouts
📦 Installation
NPM (Recommended)
npm install -g uzp-cliDirect Download
Download the appropriate binary for your platform from the assets below.
🚀 Quick Start
uzp init
uzp add
uzp inject -p myapp > .env✨ Features
- 🔐 AES-256-GCM encryption
- 🔄 Auto-unlock workflow
- 📄 Environment file export (.env)
- 📋 Clipboard integration
- 🔍 Search functionality
🖥️ Platform Support
- macOS: Intel (x64) & Apple Silicon (ARM64)
- Linux: x64 & ARM64
- Windows: x64 & ARM64
🔗 Links
v1.0.14
🆕 What's New
- chore: bump version to 1.0.14
- feat: implement installation lock and disk space check in install script
📦 Installation
NPM (Recommended)
npm install -g uzp-cliDirect Download
Download the appropriate binary for your platform from the assets below.
🚀 Quick Start
uzp init
uzp add
uzp inject -p myapp > .env✨ Features
- 🔐 AES-256-GCM encryption
- 🔄 Auto-unlock workflow
- 📄 Environment file export (.env)
- 📋 Clipboard integration
- 🔍 Search functionality
🖥️ Platform Support
- macOS: Intel (x64) & Apple Silicon (ARM64)
- Linux: x64 & ARM64
- Windows: x64 & ARM64
🔗 Links
v1.0.13
🆕 What's New
- chore: bump version to 1.0.13
- chore: add symlink creation for cached installations and update package-lock.json
📦 Installation
NPM (Recommended)
npm install -g uzp-cliDirect Download
Download the appropriate binary for your platform from the assets below.
🚀 Quick Start
uzp init
uzp add
uzp inject -p myapp > .env✨ Features
- 🔐 AES-256-GCM encryption
- 🔄 Auto-unlock workflow
- 📄 Environment file export (.env)
- 📋 Clipboard integration
- 🔍 Search functionality
🖥️ Platform Support
- macOS: Intel (x64) & Apple Silicon (ARM64)
- Linux: x64 & ARM64
- Windows: x64 & ARM64
🔗 Links
v1.0.12
🆕 What's New
- chore: bump version to 1.0.12
- feat: add ensureBinDir function to create binary directory if it doesn't exist
📦 Installation
NPM (Recommended)
npm install -g uzp-cliDirect Download
Download the appropriate binary for your platform from the assets below.
🚀 Quick Start
uzp init
uzp add
uzp inject -p myapp > .env✨ Features
- 🔐 AES-256-GCM encryption
- 🔄 Auto-unlock workflow
- 📄 Environment file export (.env)
- 📋 Clipboard integration
- 🔍 Search functionality
🖥️ Platform Support
- macOS: Intel (x64) & Apple Silicon (ARM64)
- Linux: x64 & ARM64
- Windows: x64 & ARM64
🔗 Links
v1.0.11
🆕 What's New
- chore: bump version to 1.0.11
- docs: update README to include version check command and improve quick start instructions
- fix: explicitly ignore error from cmd.Help() for improved error handling in CLI
- chore: add build-dev script and version flag to CLI for improved version management
- chore: add reinstall and cleanup scripts to package.json and enhance install/uninstall logic
📦 Installation
NPM (Recommended)
npm install -g uzp-cliDirect Download
Download the appropriate binary for your platform from the assets below.
🚀 Quick Start
uzp init
uzp add
uzp inject -p myapp > .env✨ Features
- 🔐 AES-256-GCM encryption
- 🔄 Auto-unlock workflow
- 📄 Environment file export (.env)
- 📋 Clipboard integration
- 🔍 Search functionality
🖥️ Platform Support
- macOS: Intel (x64) & Apple Silicon (ARM64)
- Linux: x64 & ARM64
- Windows: x64 & ARM64
🔗 Links
v1.0.10
🆕 What's New
- chore: bump version to 1.0.10
- chore: downgrade github-script action version to v6 in auto-release workflow
📦 Installation
NPM (Recommended)
npm install -g uzp-cliDirect Download
Download the appropriate binary for your platform from the assets below.
🚀 Quick Start
uzp init
uzp add
uzp inject -p myapp > .env✨ Features
- 🔐 AES-256-GCM encryption
- 🔄 Auto-unlock workflow
- 📄 Environment file export (.env)
- 📋 Clipboard integration
- 🔍 Search functionality
🖥️ Platform Support
- macOS: Intel (x64) & Apple Silicon (ARM64)
- Linux: x64 & ARM64
- Windows: x64 & ARM64
🔗 Links
UZP v1.0.7 - User's Zecure Pocket
🆕 What's New
- chore: bump version to 1.0.7
- docs: enhance release process documentation and add automated release instructions
- docs: update CONTRIBUTING.md to standardize branch naming conventions and clarify commit type prefixes
- docs: update CONTRIBUTING.md for improved clarity and organization
- refactor: streamline vault unlocking process
- docs: simplify and streamline pull request template for clarity and organization
- docs: update last updated dates in CONTRIBUTING.md and SECURITY.md
- fix: resolve JavaScript variable reference error in auto-approval workflow
- fix: update PR review workflow to allow auto-approval for owners
- fix: GITHUB_OUTPUT multiline format errors
- Potential fix for code scanning alert no. 15: Expression injection in Actions
- fix: resolve git diff fatal errors in PR workflow
- fix: resolve PR review workflow errors
- Potential fix for code scanning alert no. 13: Expression injection in Actions
- Potential fix for code scanning alert no. 12: Code injection
- Potential fix for code scanning alert no. 6: Code injection
- Potential fix for code scanning alert no. 11: Code injection
- Potential fix for code scanning alert no. 5: Code injection
- Potential fix for code scanning alert no. 4: Code injection
- feat: add intelligent automated approval system
📦 Installation
NPM (Recommended)
npm install -g uzp-cliDirect Download
Download the appropriate binary for your platform from the assets below.
🚀 Quick Start
uzp init
uzp add
uzp inject -p myapp > .env✨ Features
- 🔐 AES-256-GCM encryption
- 🔄 Auto-unlock workflow
- 📄 Environment file export (.env)
- 📋 Clipboard integration
- 🔍 Search functionality
🖥️ Platform Support
- macOS: Intel (x64) & Apple Silicon (ARM64)
- Linux: x64 & ARM64
- Windows: x64 & ARM64