Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Environment Variable Validator #12

Open
AryanSharma9917 opened this issue Sep 13, 2024 · 0 comments
Open

Feature Request: Environment Variable Validator #12

AryanSharma9917 opened this issue Sep 13, 2024 · 0 comments
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@AryanSharma9917
Copy link
Owner

AryanSharma9917 commented Sep 13, 2024

Description:
Add a command to validate and generate environment variable files (.env) based on a provided template or schema. This command should help ensure consistency across environment configurations.

Proposed Usage:

Codewise-CLI env validate --file .env --schema schema.env

Features:

Validate environment variables against a provided schema.
Generate missing environment variables.
Check for missing or malformed variables.
Benefits: This feature will be useful for ensuring consistency in environment variables across development, staging, and production environments, reducing the risk of misconfigurations.

Priority: Medium

@AryanSharma9917 AryanSharma9917 added help wanted Extra attention is needed good first issue Good for newcomers labels Sep 13, 2024
@AryanSharma9917 AryanSharma9917 self-assigned this Sep 13, 2024
@AryanSharma9917 AryanSharma9917 changed the title New feature request Feature Request: Environment Variable Validator Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant