mirror of
https://github.com/sbrow/envr.git
synced 2026-08-26 18:03:32 -04:00
21 lines
409 B
Markdown
21 lines
409 B
Markdown
## envr sync
|
|
|
|
Update or restore your env backups
|
|
|
|
```
|
|
envr sync [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.
|