A Terminal User Interface (TUI) application for managing Google Cloud Platform secrets, built with Textual.
- 🔍 Search and browse GCP projects
- 📝 List secrets within selected projects
- 🏗️ Built with
uvpackage manager
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 loginRun the application with:
uv run app.py