Forrest logo
back to context overview

git-secret

List of commands for git-secret:

  • git-secret:tldr:239f0 git-secret: List emails with access to secrets.
    $ git secret whoknows
    try on your machine
    explain this command
  • git-secret:tldr:772ec git-secret: Revoke access by email.
    $ git secret killperson ${email}
    try on your machine
    explain this command
  • git-secret:tldr:abece git-secret: Grant access by email.
    $ git secret tell ${email}
    try on your machine
    explain this command
  • git-secret:tldr:b0b43 git-secret: Initialize `git-secret` in a local repository.
    $ git secret init
    try on your machine
    explain this command
  • git-secret:tldr:ccabe git-secret: Register a secret file.
    $ git secret add ${filename}
    try on your machine
    explain this command
  • git-secret:tldr:d3e2f git-secret: Encrypt secrets.
    $ git secret hide
    try on your machine
    explain this command
  • git-secret:tldr:f39aa git-secret: Decrypt secret files.
    $ git secret reveal
    try on your machine
    explain this command
  • git-secret:tldr:f9c18 git-secret: Grant access to the current Git user's email.
    $ git secret tell -m
    try on your machine
    explain this command
back to context overview