Commands Reference
bnv run
Usage
bnv run COMMAND [ARGS...]Description
Run a child process with the requested secrets set in its environment. Secrets are not exported to your parent shell.
Examples
bnv run node server.js
bnv run python3 main.pybnv run COMMAND [ARGS...]Run a child process with the requested secrets set in its environment. Secrets are not exported to your parent shell.
bnv run node server.js
bnv run python3 main.py