git-secret/man/man1/git-secret-list.1.md
Josh Rabinowitz 120edded4f
Cleanups 2022 04 (#824)
* change file desc we use to pass gnupg info
* improve content and phrasing in docs
* improve docs about locations of private/public keys
* update changelog
2022-04-14 19:07:52 -04:00

928 B

git-secret-list - prints all the added files.

SYNOPSIS

git secret list

DESCRIPTION

git-secret-list - print the files currently considered secret in this repo.

Shows tracked files from .gitsecret/paths/mapping.cfg.

(See git-secret(7) for information about renaming the .gitsecret folder using the SECRETS_DIR environment variable.

OPTIONS

-h  - shows this help.

MANUAL

Run man git-secret-list to see this document.

SEE ALSO

git-secret-whoknows(1), git-secret-add(1), git-secret-remove(1), git-secret-hide(1), git-secret-reveal(1), git-secret-cat(1)