Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 844 Bytes

File metadata and controls

28 lines (19 loc) · 844 Bytes

CI codecov

tui.png

Secrets Manager

A Terminal User Interface (TUI) application for managing Google Cloud Platform secrets, built with Textual.

Features

  • 🔍 Search and browse GCP projects
  • 📝 List secrets within selected projects
  • 🏗️ Built with uv package manager

Usage

This project uses uv. See their documentation for installation instructions.

You must be authenticated with Google Cloud CLI. You can do this by running:

gcloud auth application-default login

Run the application with:

uv run app.py