git404hub

what is teller fr?

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.

vibe map

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

what do people make with this?

VIBE 1

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

VIBE 2

Preview available secrets safely using teller show with values masked

VIBE 3

Scan a codebase for accidentally hardcoded secrets using teller scan

VIBE 4

Redact sensitive values from logs by piping output through teller redact

what's the stack?

CLIHashiCorp VaultAWS Secrets ManagerGoogle Secret Manager

how it stacks up fr

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 i run it?

Difficulty · moderate time til it works · 30min

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

prompts (copy fr)

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

what is teller fr?

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.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.