| v2.0.0.beta-15

Quickstart

Get started with Shelve in minutes.

Create an account

Sign up for a Shelve account on Shelve . Or if you prefer to self-host, follow the instructions in the Self-hosting guide. Once you have an account, complete the onboarding process to create your first team (workspace).

login

Install the Shelve CLI package

pnpm add -D @shelve/cli
You can also install the CLI globally using the -g / --global flag of your package manager.

Connect the CLI to your account

You will need a token to authenticate the CLI with your account. You can generate a token in your account settings on the Shelve App. Once you have your token, run the following command in your terminal:

terminal
shelve login

This will prompt you to enter your token. Once you have entered your token, you will be logged in and ready to use the CLI.

You can now start using the CLI to manage your secrets. Check out the CLI documentation for more information.
Edit this page