Examples
Options
Usage
Use the--env flag will get the secrets from your remote environment. Otherwise your local environment.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run a command with secrets injected directly into your process.
envs run -- [command] [flags]
envs run -- YOUR_COMMAND
envs run --command "YOUR_COMMAND && YOUR_OTHER_COMMAND"
-c, --command string Command to run. Example: npm run dev
-e, --env string Remote environment to set the secrets in. Defaults to the local environment.
-h, --help help for run
--env flag will get the secrets from your remote environment. Otherwise your local environment.
-d, --debug Print debug logs