mirror of
https://github.com/sbrow/envr.git
synced 2026-08-26 09:53:32 -04:00
25 lines
483 B
Markdown
25 lines
483 B
Markdown
## envr uninstall
|
|
|
|
Remove envr configuration and database
|
|
|
|
### Synopsis
|
|
|
|
This will remove all files generated by envr from your system.
|
|
|
|
```
|
|
envr uninstall [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')
|
|
-f, --force Overwrite existing config
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [envr](envr.md) - Manage your .env files.
|