CLI Overview
Learn how to manage your secrets using the Redenv CLI.
Redenv CLI
The Redenv CLI is the primary way to interact with your secrets and environments. It allows you to push, pull, and manage secrets directly from your terminal.
Installation#
Tip
Make sure you have Node.js installed on your machine.
npm install -g @redenv/cliAuthentication#
Before you can use the CLI, you need to login:
redenv loginThis will open your browser to authenticate with your Redenv account.
Basic Usage#
To pull secrets for your current project:
redenv pullTo push local changes:
redenv pushTip
It can be used without Fumadocs UI, in other words, it's headless.
For beginners and normal usages, use Fumadocs UI.
[info]
test