docs: Added docs.

This commit is contained in:
2025-11-03 17:20:18 -05:00
parent d6ef585a45
commit 611ca6f820
13 changed files with 344 additions and 62 deletions

27
docs/cli/envr_init.md Normal file
View File

@@ -0,0 +1,27 @@
## envr init
Set up envr
### Synopsis
The init command generates your initial config and saves it to
~/.envr/config in JSON format.
During setup, you will be prompted to select one or more ssh keys with which to
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
```
### Options
```
-h, --help help for init
```
### SEE ALSO
* [envr](envr.md) - Manage your .env files.