LazyKeyVault 1.2.1

dotnet tool install --global LazyKeyVault --version 1.2.1
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local LazyKeyVault --version 1.2.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=LazyKeyVault&version=1.2.1
                    
nuke :add-package LazyKeyVault --version 1.2.1
                    

LazyKeyVault

A terminal UI for Azure Key Vault and Container Apps secrets management, inspired by LazyDocker and LazyGit.

.NET Terminal.Gui NuGet License

Features

  • ๐Ÿ” Browse Azure Key Vaults and Container Apps across multiple accounts and subscriptions
  • ๐ŸŽจ Colorful UI with unique colors per subscription/vault/app name
  • โœ๏ธ Create, edit, and delete secrets directly from the terminal
  • ๐Ÿ“‹ Copy to clipboard with a single keystroke
  • ๐Ÿ” Filter secrets by name
  • โšก Fast - uses Azure SDK with intelligent caching
  • โŒจ๏ธ Keyboard-driven interface
  • ๐Ÿณ Container Apps support - manage secrets for Azure Container Apps alongside Key Vaults

Prerequisites

Usage

lazykeyvault

Installation

dotnet tool install --global LazyKeyVault

Login with Azure CLI

Make sure you are logged in with Azure CLI

az login

Run without Installing

git clone https://github.com/tomludd/LazyKeyVault.git
cd LazyKeyVault
dotnet run

Install tool from Local Build

# Clone the repository
git clone https://github.com/tomludd/LazyKeyVault.git
cd LazyKeyVault

# Pack and install globally
dotnet pack -c Release -o ./nupkg
dotnet tool install -g --add-source ./nupkg LazyKeyVault

Update Local tool

dotnet tool uninstall -g LazyKeyVault
dotnet pack -c Release -o ./nupkg
dotnet tool install -g --add-source ./nupkg LazyKeyVault

Keyboard Shortcuts

Key Action
Ctrl+1 Focus Accounts panel
Ctrl+2 Focus Subscriptions panel
Ctrl+3 Focus Resources panel (Key Vaults / Container Apps)
Ctrl+4 Focus Secrets panel
Ctrl+5 Focus Details panel
โ†‘/โ†“ Navigate lists
Enter Reveal secret value
Ctrl+C Copy secret to clipboard (works for both Key Vaults and Container Apps)
Ctrl+E Edit selected secret (works for both Key Vaults and Container Apps)
Ctrl+N Create new secret (works for both Key Vaults and Container Apps)
Ctrl+D Delete selected secret (works for both Key Vaults and Container Apps)
Ctrl+A Load all secret values (works for both Key Vaults and Container Apps)
Ctrl+R Refresh data (clear cache)
/ Focus search/filter field
Esc Clear search / Quit

Layout

โ•ญโ”€Accounts (^1)โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎโ•ญโ”€Secrets (^4)โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ user@contoso.com              โ”‚โ”‚ / [filter...]                            โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏโ”‚ > database-connection                    โ”‚
โ•ญโ”€Subscriptions (^2)โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎโ”‚   api-key                                โ”‚
โ”‚ myapp:                        โ”‚โ”‚   storage-key                            โ”‚
โ”‚   dev-myapp                   โ”‚โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
โ”‚   prd-myapp                   โ”‚โ•ญโ”€Secret Details (^5)โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚   tst-myapp                   โ”‚โ”‚ Name:    my-secret                       โ”‚
โ”‚ other-subscription            โ”‚โ”‚ Value:   [Press Enter to load]           โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏโ”‚ Created: 2025-01-10 14:30:22             โ”‚
โ•ญโ”€Resources (^3)โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎโ”‚ Updated: 2025-01-14 09:15:33             โ”‚
โ”‚ kv-dev-myapp                  โ”‚โ”‚ Expires: Never                           โ”‚
โ”‚ kv-prd-myapp                  โ”‚โ”‚ Enabled: Yes                             โ”‚
โ”‚ ca-myapp                      โ”‚โ”‚ โ”€โ”€โ”€ Actions โ”€โ”€โ”€                          โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏโ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
 ^1-5:Panels ^C:Copy ^E:Edit ^N:New ^D:Del ^A:LoadAll ^R:Refresh [/]Search

Supported Resources

Azure Key Vault

  • Full CRUD operations on secrets
  • Secret metadata (created, updated, expires, enabled status)
  • Fast SDK-based operations with intelligent caching

Azure Container Apps

  • Full CRUD operations on secrets
  • Uses Azure CLI for secret management
  • Parallel loading of secret values and Container Apps resource listing
  • Azure CLI - Authentication via az login and Container Apps secret operationsdata like Key Vaults do

Security

  • Secret values are hidden by default - Press Enter to reveal
  • Uses Azure CLI authentication - no credentials stored in the app
  • Intelligent caching for performance (use Ctrl+R to refresh)

Tech Stack

  • .NET 10.0 - Cross-platform runtime
  • Terminal.Gui v2 - TUI framework
  • Azure SDK - Key Vault operations (secrets, vault listing)
  • Azure CLI - Authentication via az login
  • TextCopy - Cross-platform clipboard support

License

MIT License - see LICENSE for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.2.1 99 1/23/2026
1.2.0 91 1/21/2026
1.1.0 91 1/20/2026
1.0.1 99 1/16/2026
1.0.0-preview-1 89 1/16/2026

- Show error when no access. (9db4d4e)