mirror of
https://github.com/sbrow/envr.git
synced 2026-08-26 09:53:32 -04:00
21 lines
398 B
Markdown
21 lines
398 B
Markdown
## envr list
|
|
|
|
View your tracked files
|
|
|
|
```
|
|
envr list [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help show this documentation
|
|
-c, --config-file config file (default "~/.envr/config.json")
|
|
-o, --output the format of output data (default 'table')
|
|
--color Whether or not to colorize output (default 'auto')
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [envr](envr.md) - Manage your .env files.
|