UNPKG

@keyshade/cli

Version:
47 lines (36 loc) 2.07 kB
<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"> [![Coverage Status](https://codecov.io/gh/keyshade-xyz/keyshade/branch/develop/graph/badge.svg)](https://app.codecov.io/gh/keyshade-xyz/keyshade) [![Build Status](https://img.shields.io/npm/d18m/%40keyshade%2Fcli)](https://img.shields.io/npm/d18m/%40keyshade%2Fcli) [![npm version](https://img.shields.io/npm/v/@keyshade/cli.svg)](https://www.npmjs.com/package/@keyshade/cli?activeTab=versions) [![license](https://img.shields.io/github/license/keyshade-xyz/keyshade.svg)](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 ```