mirror of
https://github.com/sbrow/envr.git
synced 2026-08-26 18:03:32 -04:00
24 lines
418 B
Markdown
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.
|