Skip to content

Commit

Permalink
simple readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Sep 13, 2020
1 parent 6cabd5c commit ce7803c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# cf-vault

Manage your Cloudflare credentials, securely.

## Usage

`cf-vault` allows you to manage your Cloudflare credentials in a safe place and
only expose the credentials to the processes that require them and only for a
limited timespan.

```shell
$ env | grep -i cloudflare
# => no results

$ cf-vault exec work -- env | grep -i cloudflare
[email protected]
CLOUDFLARE_API_KEY=s3cr3t
```

0 comments on commit ce7803c

Please sign in to comment.