Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored Dec 25, 2023
1 parent a7c63fe commit ed7d75f
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,18 @@ handle environment-specific configurations.

## Features

- **Encrypted Variable Management**: Uses Ansible Vault for encrypting
sensitive variables.
- **Versioning**: Manages environment variables by versions and groups
within a `.envers/envers.yaml` file.
- **Group-Based Configurations**: Allows defining variables for different
groups like `prod`, `dev`, etc.
- **File-Based Variable Definitions**: Supports multiple environment files
(.env) with specific variables for each file.
- **CLI-Driven**: All interactions with `.envers/.envers.yaml` are done
through the CLI, ensuring consistency and security.
- **Two-Stage Management**: Similar to git, `envers` operates in two stages -
development (`dev`) and release.
- **Spec Management**: Each release has a defined spec that applies to all
groups within that release.
- **Environment File Generation**: Enables generating .env files for specific
versions and groups using commands.
* Encrypt environment variables: Creates encrypted files that store environment
variables that can be safely stored in a git repository
* Group-Based Configurations: Allows defining variables for different
groups/profiles like prod, dev, etc.
* File-Based Variable Definitions: Supports multiple environment files (.env) with
specific variables for each file.
* CLI-Driven: Provide CLI commands that helps to create drafts for environment
variables and deploy it to encrypted files
* Spec Management: Each release has a defined spec that applies to all
groups/profiles within that release.
* Environment File Generation: Enables generating .env files for specific versions
and groups/profiles using commands.

## Installation

Expand Down

0 comments on commit ed7d75f

Please sign in to comment.