mirror of
https://github.com/sbrow/envr.git
synced 2026-08-26 09:53:32 -04:00
20 lines
346 B
Markdown
20 lines
346 B
Markdown
## envr scan
|
|
|
|
Find and select .env files for backup
|
|
|
|
```
|
|
envr scan [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help show this documentation
|
|
-c, --config-file config file (default "~/.envr/config.json")
|
|
--color Whether or not to colorize output (default 'auto')
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [envr](envr.md) - Manage your .env files.
|