Keyshade Alpha is launching April 30th 5:00 PM IST
Join our Launch Party
keyshade docs
GithubDiscordReddit
  • 👋What is keyshade?
  • Getting Started
    • Introduction
    • Adding your first secret and variable
    • Installing the CLI
    • Setting up your profile
    • Add keyshade to your project
    • Running your app
  • CLI
    • Introduction
    • Profile
    • Init
    • Workspace
    • Project
    • Environment
    • Run
    • Scan
  • 🥰CONTRIBUTING TO KEYSHADE
    • Summary
    • Design of our code
      • Organization of code
      • API
      • CLI
      • Web
      • Integrations
    • Prerequisites
    • Environment Variables
    • Setting things up
    • Running things locally
      • Running the API
      • Running the Web
      • Running the Platform
      • Running the CLI
      • API Testing
      • Docker Support
  • Internals
    • Architecture of keyshade
    • How the CLI works
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Getting Started

Installing the CLI

A walkthrough of how to install the Keyshade CLI

PreviousAdding your first secret and variableNextSetting up your profile

Last updated 13 days ago

Was this helpful?

The Keyshade CLI serves as the entrypoint for your projects and apps to use keyshade. Currently, our CLI binary is hosted over npm registry, and it can be installed by running the following command:

npm i -g @keyshade/cli

That's it! You now have keyshade installed on your system.

To verify the installation, you can run the following command:

keyshade --version

This should print the version of the Keyshade CLI that you have installed. At the time of creating this blog, the latest version of the CLI is 3.0.1