git Verified current stable Not installed? Version Control

Git / List Emails With Access To Secrets

List Emails With Access To Secrets

Use 'git secret whoknows' to identify users with access to your repository secrets.

$
Terminal
git secret whoknows

When To Use

To verify which users have access to the repository secrets.

Terminal Output

Expected runtime feedback

Simulated preview
>
Output
user1@example.com
user2@example.com
user3@example.com

Command Breakdown

What each part is doing

git
Base Command
The executable that performs this operation. Here it runs Git before the shell applies any redirect operators.

How To Run

Execution path

  1. Step 1

    Open your terminal.

  2. Step 2

    Navigate to your git repository.

  3. Step 3

    Run the command: git secret whoknows

Alternative Approaches

Comparable commands in other tools

Alternative version control tools for the same job.