Commands

Reference for all available CLI commands.

CLI Commands

Here is a list of all available commands in the Redenv CLI.

login#

Authenticate with your Redenv account.

redenv login

init#

Initialize a new project in the current directory.

redenv init

pull#

Fetch secrets from the cloud to your local machine.

redenv pull [environment]
  • environment: The environment to pull from (default: development)

push#

Upload local secrets to the cloud.

redenv push [environment]

run#

Run a command with secrets injected into the environment.

redenv run -- npm start

logout#

Log out of the CLI.

redenv logout