List and Manage Credentials
List Stored Credentials
Section titled “List Stored Credentials”To view everything in your vault:
kosh listYou can also list credentials using fuzzy filters:
kosh list githubOr use more precise field filters:
kosh list --label githubkosh list --user plutokosh list --label github --user plutoThese filters apply substring-based matching on labels and usernames.
Delete a Stored Credential
Section titled “Delete a Stored Credential”To remove a credential, use its ID (visible in kosh list):
kosh delete 42You will be prompted to:
- Enter your master password, and
- Type a confirmation phrase (e.g.,
delete <label> <user>) to finalize deletion.
What’s Next?
Section titled “What’s Next?”- Browse the Command Reference
- Learn how Kosh’s encryption system works
- Explore the adaptive search algorithm
- Understand the SQLite vault design