docs: Added docs.

This commit is contained in:
2025-11-03 17:20:18 -05:00
parent d6ef585a45
commit 611ca6f820
13 changed files with 344 additions and 62 deletions

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

@@ -0,0 +1,24 @@
## envr check
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 check [flags]
```
### Options
```
-h, --help help for check
```
### SEE ALSO
* [envr](envr.md) - Manage your .env files.