feat(init): Added a --force flag for overwriting an existing config.

This commit is contained in:
2025-11-07 11:46:14 -05:00
parent 8074f7ae6d
commit 169653d756
2 changed files with 13 additions and 11 deletions

View File

@@ -12,13 +12,14 @@ encrypt your databse. **Make 100% sure** that you have **a remote copy** of this
key somewhere, otherwise your data could be lost forever.
```
envr init
envr init [flags]
```
### Options
```
-h, --help help for init
-f, --force Overwrite an existing config
-h, --help help for init
```
### SEE ALSO