@keyshade/cli
Version:
47 lines (36 loc) • 2.07 kB
Markdown
<div align="center">
<a href="https://keyshade.io/">
<img src="https://github.com/user-attachments/assets/a40b8d80-f55f-43d1-bc12-3363f320dabc" />
</a>
</div>
<br/>
<p align="center">
<a href="https://www.keyshade.io?ref=github" target="_blank"><b>Website</b></a> •
<a href="https://docs.keyshade.io/getting-started/introduction" target="_blank"><b>Documentation</b></a> •
<a href="https://discord.gg/dh8F3Dzt" target="_blank"><b>Join our Community</b></a> •
<a href="https://twitter.com/keyshade_xyz" target="_blank"><b>Twitter</b></a> •
<a href="https://www.linkedin.com/company/keyshade-xyz/" target="_blank"><b>LinkedIn</b></a>
</p>
<br/>
<div align="center">
[](https://app.codecov.io/gh/keyshade-xyz/keyshade)
[](https://img.shields.io/npm/d18m/%40keyshade%2Fcli)
[](https://www.npmjs.com/package/@keyshade/cli?activeTab=versions)
[](https://github.com/keyshade-xyz/keyshade/blob/develop/LICENSE)
</div>
# 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
```