mirror of
https://github.com/sbrow/envr.git
synced 2026-08-26 18:03:32 -04:00
feat: Brought back the docs generator.
This commit is contained in:
@@ -3,16 +3,21 @@
|
||||
Remove a .env file from your database
|
||||
|
||||
```
|
||||
envr remove [flags]
|
||||
envr remove <path> [flags]
|
||||
```
|
||||
|
||||
**Arguments:**
|
||||
|
||||
* `path` — Path to .env file to remove
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for remove
|
||||
-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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user