git-secret/docs/_posts/2021-05-05-git-secret-list.md
Nikita Sobolev 19941f91f4
Adds release-ci script to test installation (#664)
* Adds release-ci script to test installation

* Fixes CI

* Fixes CI

* Renames some variables to follow the same SECRETS_ convention
2021-05-05 15:59:28 +03:00

1013 B

layout title date permalink categories
post git-secret-list 2021-05-05 15:37:26 +0300 git-secret-list command

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

SYNOPSIS

git secret list

DESCRIPTION

git-secret-list prints all the currently added tracked files from the .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 note.

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)