feat: Added new check command.

This commit is contained in:
2025-11-06 17:11:35 -05:00
parent c9c34ce771
commit cbd74f387e
5 changed files with 138 additions and 3 deletions

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

@@ -0,0 +1,18 @@
## envr check
check if files in the current directory are backed up
```
envr check [path] [flags]
```
### Options
```
-h, --help help for check
```
### SEE ALSO
* [envr](envr.md) - Manage your .env files.