mirror of
https://github.com/sbrow/envr.git
synced 2025-12-29 23:47:39 -05:00
25 lines
333 B
Markdown
25 lines
333 B
Markdown
## envr deps
|
|
|
|
Check for missing binaries
|
|
|
|
### Synopsis
|
|
|
|
envr relies on external binaries for certain functionality.
|
|
|
|
The check command reports on which binaries are available and which are not.
|
|
|
|
```
|
|
envr deps [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for deps
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [envr](envr.md) - Manage your .env files.
|
|
|