Skip to content

Commit

Permalink
feat(cli): update README with feature and installation (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
kriptonian1 authored Jan 19, 2025
1 parent 20f16c6 commit a4d2a6a
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion apps/cli/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<a href="https://keyshade.xyz/">
<img src="https://github.com/user-attachments/assets/c99365d8-780d-4e47-8ecf-fd81305d63ee">
<img src="https://github.com/user-attachments/assets/a40b8d80-f55f-43d1-bc12-3363f320dabc" />
</a>
</div>

Expand All @@ -25,7 +25,28 @@

</div>

---

> ⚠️ Warning: This is a closed alpha version and is not intended for public use at this time.
---

# Keyshade Command Line Inteface

Keyshade CLI is a powerful command-line tool for managing secrets and configuration in your projects. Designed for developers, it helps you detect secret sprawl, securely manage sensitive information, and integrate seamlessly into your development workflow.

## Features
- **Secret Sprawl Detection**: Identify and prevent sensitive data leaks.
- **Live Secret Update**: Instantly propagate secret changes across your applications without redeployment.
- **Secrets Management**: Securely store, retrieve, and rotate secrets.
- **Full Platform Parity**: Perform almost everything with the CLI that you can do with the Keyshade platform.

## Installation
Install Keyshade CLI using npm:
```sh
npm install -g @keyshade/cli
```
Verify the installation using:
```sh
keyshade --help
```

0 comments on commit a4d2a6a

Please sign in to comment.