Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
narenaryan committed Dec 26, 2024
1 parent 90fefe1 commit 58334fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Whispr (Pronounced as whisper) is a CLI tool to safely inject secrets from your

Whispr uses keys (with empty values) specified in a `.env` file and fetches respective secrets from a vault, and sets them as environment variables before launching an application.

Install whispr easily with pip!

```bash
pip install whispr
```
Expand Down Expand Up @@ -110,7 +112,7 @@ config = {
secrets = fetch_secrets(config)
# Now, inject secrets into your command's environment by calling this function
# Now, inject secrets into your command's environment
command = "ls -l"
cp = execute_command(command.split(), no_env=False, secrets=secrets) #cp is CompletedProcess object.
```
Expand Down

0 comments on commit 58334fb

Please sign in to comment.