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

add support for loading env vars with configurable prefixes #386

Merged
merged 7 commits into from
Oct 22, 2022

Conversation

miniscruff
Copy link
Owner

@miniscruff miniscruff commented Oct 21, 2022

Closes #372

Also through in some doc updates

Check the following

  • Keep 100% code coverage
  • Be properly formatted
  • Documentation changes are included
  • Include a change file if expected

Additional context
Any additional info that might help get your pull request merged.

@miniscruff miniscruff linked an issue Oct 21, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Oct 21, 2022

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (169c1a4) compared to base (0a80659).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #386   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        14           
  Lines         1569      1620   +51     
=========================================
+ Hits          1569      1620   +51     
Impacted Files Coverage Δ
cmd/next.go 100.00% <ø> (ø)
core/change.go 100.00% <ø> (ø)
core/templatecache.go 100.00% <ø> (ø)
cmd/batch.go 100.00% <100.00%> (ø)
cmd/gen.go 100.00% <100.00%> (ø)
cmd/init.go 100.00% <100.00%> (ø)
core/config.go 100.00% <100.00%> (ø)
core/utils.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

also add CHANGIE_ as default env prefix when running init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CLI vars
1 participant