mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
39 lines
1.1 KiB
Markdown
39 lines
1.1 KiB
Markdown
---
|
|
layout: post
|
|
title: 'git-secret-removeperson'
|
|
date: 2023-12-28 15:37:04 +0000
|
|
permalink: git-secret-removeperson
|
|
categories: command
|
|
---
|
|
git-secret-removeperson - removes user's public key from repo keyring.
|
|
==================================================================================
|
|
|
|
## SYNOPSIS
|
|
|
|
git secret removeperson <emails>...
|
|
|
|
|
|
## DESCRIPTION
|
|
`git-secret-removeperson` - removes public keys for passed email addresses from repo's `git-secret` keyring.
|
|
|
|
This command is used to begin the process of disallowing a user from encrypting and decrypting secrets with `git-secret`.
|
|
|
|
If you remove a user's access with `git-secret-removeperson`, and then run `git-secret-reveal` and `git-secret-hide -r`,
|
|
that user will no longer be able user to decrypt the hidden files.
|
|
|
|
|
|
## OPTIONS
|
|
|
|
-h - shows this help.
|
|
|
|
|
|
## MANUAL
|
|
|
|
Run `man git-secret-removeperson` to see this document.
|
|
|
|
|
|
## SEE ALSO
|
|
|
|
[git-secret-tell(1)](https://git-secret.io/git-secret-tell), [git-secret-remove(1)](https://git-secret.io/git-secret-remove),
|
|
[git-secret-clean(1)](https://git-secret.io/git-secret-clean)
|