Skip to content

Adding Your First Credential

To add your first credential, run:

Terminal window
kosh add

You’ll be prompted for:

  • Label (example: github)
  • Username
  • Password (hidden input)
  • Confirm Password (hidden input)

To update individual fields (label, username, or password) of a saved credential, use the update command with its ID:

Terminal window
kosh update <id>

The ID is visible in kosh list. You’ll be prompted to choose which field to update and to confirm the change.

Alternatively, if you want to replace the password for an entry you know the label and username for, you can run kosh add again with the same label and username — Kosh will securely overwrite the existing entry.