Installing the CLI
A walkthrough of how to install the Keyshade CLI
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 installed on your system. (Version shown here is
3.0.1
, but yours may differ depending on installation time or updates.)
Last updated
Was this helpful?