# git-credential-1password-cli
A Git credential helper that integrates with 1Password CLI.
## Install
```bash
cargo install git-credential-1password-cli
```
## Setup
```bash
git config --global credential.helper "1password-cli <your-username> op://Vault/ItemName/fieldName"
```
## Sponsors
<p align="center">
<a href="https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg">
<img src='https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg'/>
</a>
</p>
## License
[MIT](./LICENSE) License © 2025-PRESENT [Kevin Deng](https://github.com/sxzz)