You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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