Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 879 Bytes

File metadata and controls

53 lines (39 loc) · 879 Bytes

Vault Commands

# Create a new vault
phrase vault new personal

# List all vaults
phrase vault list

# Delete a vault
phrase vault rm personal

# Set default/active vault
phrase vault use personal

Category Commands

# Create a new category
phrase category new work

# List categories in the active vault
phrase category list

# Delete a category
phrase category rm work

# Set default/active category
phrase category use work

Entry (Credentials) Commands

# Create a new entry
phrase entry new gmail

# Get an entry
phrase entry get gmail

# List entries in the active vault
phrase entry list 

# Edit an entry
phrase entry edit gmail

# Delete an entry
phrase entry rm gmail

# Optional override if not in active category
phrase entry new github --category work
phrase entry get github --category work
phrase entry list --category work