gitwtfhub

wtf is teller?

polarathene/teller — explained in plain English

Analysis updated 2026-07-18 · repo last pushed 2024-01-21

Audience · ops devopsComplexity · 3/5DormantSetup · moderate

TL;DR

A command-line secrets manager that pulls passwords and API keys from vaults like HashiCorp Vault or AWS Secrets Manager straight into your process, never your shell history.

Mindmap

mindmap
  root((Teller))
    What it does
      Fetches secrets
      Injects into process
      Avoids env file leaks
    Tech stack
      CLI tool
      Vault integrations
      GitHub Actions
    Use cases
      Run apps with secrets
      Scan for hardcoded secrets
      Redact logs
    Audience
      Developers
      DevOps engineers
      Founders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Run a process with secrets injected directly, avoiding .env files and shell history exposure

REASON 2

Preview available secrets safely using teller show with values masked

REASON 3

Scan a codebase for accidentally hardcoded secrets using teller scan

REASON 4

Redact sensitive values from logs by piping output through teller redact

What's in the stack?

CLIHashiCorp VaultAWS Secrets ManagerGoogle Secret Manager

How it stacks up

polarathene/teller0verflowme/alarm-clock0verflowme/seclists
LanguageCSS
Last pushed2024-01-212022-10-032020-05-03
MaintenanceDormantDormantDormant
Setup difficultymoderateeasyeasy
Complexity3/52/51/5
Audienceops devopsvibe coderops devops

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · moderate Time to first run · 30min

Requires access to a supported secrets backend (Vault, AWS, GCP) and a .teller.yml config file.

Yoink these prompts

Prompt 1
Help me create a .teller.yml config file to pull secrets from HashiCorp Vault
Prompt 2
Show me how to run my Node.js server with secrets injected using teller run
Prompt 3
Help me use teller scan to check my codebase for hardcoded API keys
Prompt 4
Walk me through setting up Teller in a GitHub Actions workflow for CI/CD secrets

Frequently asked questions

wtf is teller?

A command-line secrets manager that pulls passwords and API keys from vaults like HashiCorp Vault or AWS Secrets Manager straight into your process, never your shell history.

Is teller actively maintained?

Dormant — no commits in 2+ years (last push 2024-01-21).

How hard is teller to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is teller for?

Mainly ops devops.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.