mirror of
https://github.com/gopasspw/gopass.git
synced 2025-12-08 19:24:54 +00:00
13 lines
295 B
Markdown
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
|
|
```
|
|
|