refactor(check)!: Renamed the check command to deps.

This commit is contained in:
2025-11-06 17:10:06 -05:00
parent 17ce49cd2d
commit c9c34ce771
3 changed files with 7 additions and 7 deletions

24
docs/cli/envr_deps.md Normal file
View File

@@ -0,0 +1,24 @@
## 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.