Optimized Single Key Fetching
The CLI now uses the dedicated GET /api/keys/[id] endpoint for individual key operations, reducing payload size and improving request logs.
#What's Changed
- [Improvement] Updated apivault keys get, update, and delete to fetch the specific key via GET /api/keys/[id] rather than downloading the entire list of keys.