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 logininit#
Initialize a new project in the current directory.
redenv initpull#
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 startlogout#
Log out of the CLI.
redenv logout