mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-08 19:10:31 +00:00
eafd3fc531
* Migrate docs to master branch, add action to deploy to pages branch on push * Update docs, build pipeline to reflect new method of updating gh-pages * Removed make build-gh-pages from post-commit hook Co-authored-by: Josh Rabinowitz <joshr@joshr.com>
38 lines
1013 B
Markdown
38 lines
1013 B
Markdown
---
|
|
layout: post
|
|
title: 'git-secret-list'
|
|
date: 2020-09-20 15:12:56 -0400
|
|
permalink: git-secret-list
|
|
categories: 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)](http://git-secret.io/git-secret) 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)](http://git-secret.io/git-secret-whoknows), [git-secret-add(1)](http://git-secret.io/git-secret-add),
|
|
[git-secret-remove(1)](http://git-secret.io/git-secret-remove), [git-secret-hide(1)](http://git-secret.io/git-secret-hide),
|
|
[git-secret-reveal(1)](http://git-secret.io/git-secret-reveal), [git-secret-cat(1)](http://git-secret.io/git-secret-cat)
|