Skip to main content
Version: 1.0.10

Environment Command

Manage environment variables and secrets.

Usage

elizaos env [command] [options]

Subcommands

SubcommandDescriptionOptions
listList all environment variables--system, --local
edit-localEdit local environment variables-y, --yes
resetReset environment variables and clean up database/cache files (interactive selection)-y, --yes
interactiveInteractive environment variable management-y, --yes

Options

List Command Options

OptionDescription
--systemList only system information
--localList only local environment variables
--show-valuesDisplay the actual values of secrets (use with caution)
--filter <text>Filter variables by a text pattern
--output <file>Export the environment variables to a file

General Options

OptionDescription
-y, --yesAutomatically confirm prompts