ev completions
Usage
Description
Generates completion scripts for your shell. Supports bash, zsh, and fish.
Setup
Zsh (add to ~/.zshrc):
Or append once:
Bash (add to ~/.bashrc):
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)