Files
envr/docs/cli/envr_restore.md
T

24 lines
418 B
Markdown

## envr restore
Restore a .env file from the database
```
envr restore <path> [flags]
```
**Arguments:**
* `path` — Path to .env file to restore
### 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.