1GIT-SECRET-CLEAN(1)         git-secret 0.5.0-alpha2        GIT-SECRET-CLEAN(1)
2
3
4

NAME

6       git-secret-clean - removes all the hidden files.
7

SYNOPSIS

9       git secret clean [-v]
10

DESCRIPTION

12       git-secret-clean  -  deletes  all  files in the current git-secret repo
13       that end with .secret.
14
15       You can change the extension git-secret uses for encrypted  files  with
16       the SECRETS_EXTENSION environment variable.
17
18       Note  that it will delete any files ending in .secret, even if they are
19       not tracked by git-secret.
20
21       Also note that this command does not  delete  unencrypted  versions  of
22       files.
23
24       Verbose  mode,  enabled  with  the  -v  option,  displays the filenames
25       deleted.
26

OPTIONS

28       -v  - verbose mode, shows which files are deleted.
29       -h  - shows this help.
30
31       You can also enable verbosity  using  the  SECRETS_VERBOSE  environment
32       variable, as documented at git-secret(7) https://git-secret.io/
33

MANUAL

35       Run man git-secret-clean to see this document.
36

SEE ALSO

38       git-secret-whoknows(1)       https://git-secret.io/git-secret-whoknows,
39       git-secret-add(1) https://git-secret.io/git-secret-add,  git-secret-re‐
40       move(1)  https://git-secret.io/git-secret-remove, git-secret-removeper‐
41       son(1) https://git-secret.io/git-secret-removeperson
42
43
44
45sobolevn                          April 2022               GIT-SECRET-CLEAN(1)
Impressum