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:
+11
-10
@@ -5,7 +5,7 @@ Manage your .env files.
|
||||
### Synopsis
|
||||
|
||||
envr keeps your .env synced to a local, encrypted database.
|
||||
Is a safe and eay way to gather all your .env files in one place where they can
|
||||
Is a safe and easy way to gather all your .env files in one place where they can
|
||||
easily be backed by another tool such as restic or git.
|
||||
|
||||
All your data is stored in ~/.envr/data.envr
|
||||
@@ -33,25 +33,26 @@ Select the files you want to back up from the interactive list.
|
||||
5. If you lose a repository, after re-cloning the repo into the same path it was
|
||||
at before, restore your backup with:
|
||||
|
||||
> envr restore ~/<path to repository>/.env
|
||||
> envr restore ~/<path to repository>/.env
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for envr
|
||||
-h, --help show this documentation
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [envr backup](envr_backup.md) - Import a .env file into envr
|
||||
* [envr check](envr_check.md) - check if files in the current directory are backed up
|
||||
* [envr edit-config](envr_edit-config.md) - Edit your config with your default editor
|
||||
* [envr init](envr_init.md) - Set up envr
|
||||
* [envr list](envr_list.md) - View your tracked files
|
||||
* [envr nushell-completion](envr_nushell-completion.md) - Generate custom completions for nushell
|
||||
* [envr remove](envr_remove.md) - Remove a .env file from your database
|
||||
* [envr restore](envr_restore.md) - Install a .env file from the database into your file system
|
||||
* [envr scan](envr_scan.md) - Find and select .env files for backup
|
||||
* [envr sync](envr_sync.md) - Update or restore your env backups
|
||||
* [envr backup](envr_backup.md) - Import a .env file into envr
|
||||
* [envr restore](envr_restore.md) - Restore a .env file from the database
|
||||
* [envr list](envr_list.md) - View your tracked files
|
||||
* [envr remove](envr_remove.md) - Remove a .env file from your database
|
||||
* [envr check](envr_check.md) - Check if files are backed up
|
||||
* [envr version](envr_version.md) - Show envr's version
|
||||
* [envr edit-config](envr_edit-config.md) - Edit your config with your default editor
|
||||
* [envr completion](envr_completion.md) - Generate shell completion scripts
|
||||
* [envr uninstall](envr_uninstall.md) - Remove envr configuration and database
|
||||
|
||||
|
||||
Reference in New Issue
Block a user