ev completions

Usage

ev completions <shell>

Description

Generates completion scripts for your shell. Supports bash, zsh, and fish.

Setup

Zsh (add to ~/.zshrc):

eval "$(ev completions zsh)"

Or append once:

ev completions zsh >> ~/.zshrc

Bash (add to ~/.bashrc):

eval "$(ev completions bash)"

Fish:

ev completions fish > ~/.config/fish/completions/ev.fish

What Completes

  • All top-level commands (ev <tab>)
  • Subcommands (ev env <tab> → create, delete)
  • Backend types (ev backend set <tab> → ev, aws-secrets-manager, vault, gcp-secret-manager, 1password)
  • Common environment names (ev push <tab> → dev, staging, prod)

On this page