Skip to content

Commit

Permalink
Add delete README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszkowalczyk98 committed Nov 16, 2023
1 parent 83f53d1 commit 79963d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Treasury is a very simple tool for managing secrets. It uses Amazon S3 or SSM ([
- [Write file content](#write-file-content)
- [Read secret](#read-secret)
- [List secrets](#list-secrets)
- [Delete secret](#delete-secret)
- [Import secrets](#import-secrets)
- [Export secrets](#export-secrets)
- [Teamplate usage](#teamplate-usage)
Expand Down Expand Up @@ -151,6 +152,14 @@ development/application/app_api_pass
development/application/test
```

### Delete secret
Delete the secret from treasury

```
> treasury delete development/application/secret_key
Key development/application/secret_key has been successfully deleted
```

### Import secrets
Assuming properties file `./secrets.env` with content:
```bash
Expand Down

0 comments on commit 79963d9

Please sign in to comment.