bkeepers / dotenv

A Ruby gem to load environment variables from `.env`.
MIT License
6.6k stars 506 forks source link

Optionally ignore missing files from cli #463

Closed stevenharman closed 10 months ago

stevenharman commented 1 year ago

This is particularly useful for wrapper scripts (like a bin/dev) trying to mimic dotenv-rails's ordered loading of multiple files.

stevenharman commented 1 year ago

CI was failing to do some Standard.rb linting in files outside the change scope of change in the PR. I've fixed those lint violations in a new commit on this PR; hopefully that will get CI green.

bkeepers commented 10 months ago

@stevenharman thanks for the pull request! Sorry it took so long to review.