Skip to content

Commit

Permalink
Add config files to the CLI reference page (#688)
Browse files Browse the repository at this point in the history
The CLI reference or man page for precli contains a list of files that
precli will work with. This change adds files that precli will attempt
to read for configuration information. Namely, .precli.toml,
precli.toml, and pyproject.toml.

Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
  • Loading branch information
ericwb authored Nov 8, 2024
1 parent 2ebfe4f commit a2ff168
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/man/precli.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,22 @@ certificate validation, and more.

## FILES

.preignore
`.preignore`

file that specifies which files and directories can be ignored

`.precli.toml`

file that specifies custom configuration

`precli.toml`

same as `.precli.toml`

`pyproject.toml`

standard Python configuration file where precli can read configuration

## ENVIRONMENT VARIABLES

DEBUG
Expand Down

0 comments on commit a2ff168

Please sign in to comment.