mirror of
https://github.com/sbrow/envr.git
synced 2026-08-26 09:53:32 -04:00
feat: Brought back the docs generator.
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
## 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.
|
||||
Reference in New Issue
Block a user