## 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.