assets/chezmoi.io/docs/reference/commands/secret.md
secretVerify chezmoi's integration with the system's keyring.
secret keyring delete--service stringName of the service.
--user stringName of the user.
secret keyring get--service stringName of the service.
--user stringName of the user.
secret keyring set--service stringName of the service.
--user stringName of the user.
--value stringNew value.
chezmoi secret keyring set --service=service --user=user --value=password
chezmoi secret keyring get --service=service --user=user
chezmoi secret keyring delete --service=service --user=user
!!! warning
On FreeBSD, the `secret keyring` command is only available if chezmoi was
compiled with cgo enabled. The official release binaries of chezmoi are
**not** compiled with cgo enabled, and `secret keyring` command is not
available.