
git-secret
List of commands for git-secret:
-
git-secret:tldr:239f0 git-secret: List emails with access to secrets.$ git secret whoknowstry on your machineexplain this command
-
git-secret:tldr:772ec git-secret: Revoke access by email.$ git secret killperson ${email}try on your machineexplain this command
-
git-secret:tldr:abece git-secret: Grant access by email.$ git secret tell ${email}try on your machineexplain this command
-
git-secret:tldr:b0b43 git-secret: Initialize `git-secret` in a local repository.$ git secret inittry on your machineexplain this command
-
git-secret:tldr:ccabe git-secret: Register a secret file.$ git secret add ${filename}try on your machineexplain this command
-
git-secret:tldr:d3e2f git-secret: Encrypt secrets.$ git secret hidetry on your machineexplain this command
-
git-secret:tldr:f39aa git-secret: Decrypt secret files.$ git secret revealtry on your machineexplain this command
-
git-secret:tldr:f9c18 git-secret: Grant access to the current Git user's email.$ git secret tell -mtry on your machineexplain this command