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/cli

Authentication#

Before you can use the CLI, you need to login:

redenv login

This will open your browser to authenticate with your Redenv account.

Basic Usage#

To pull secrets for your current project:

redenv pull

To push local changes:

redenv push

Tip

It can be used without Fumadocs UI, in other words, it's headless.

For beginners and normal usages, use Fumadocs UI.

[info]

test