Dominik Schulz dc65f6e817
Document delete, env, find and others (#1533)
RELEASE_NOTES=n/a

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
2020-08-17 17:14:28 +02:00

13 lines
295 B
Markdown

# `env` command
The `env` command runs a binary as a subprocess with a pre-populated environment.
The environment of the subprocess is populated with a set of environment variables corresponding
to the secret subtree specified on the command line.
## Synopsis
```
$ gopass env entry env
```