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

support --env-file CLI option (#274) #491

Merged
merged 16 commits into from
Nov 26, 2023
Merged

support --env-file CLI option (#274) #491

merged 16 commits into from
Nov 26, 2023

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    f5290e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Passing errors when loading env

    from file, remove --env-file alias
    hamza512b committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    e61bf86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2694e37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62d617e View commit details
    Browse the repository at this point in the history
  4. Fix returning error when not using .env,

    change error message
    hamza512b committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    437f23c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. renaming loadDotEnv to loadEnvFiles,

    change the logic of loadEnvFiles function,
    change cli to more accurate doc
    fix typo in readme
    hamza512b committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    85814fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    505a4ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2618f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e846d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29e3bcb View commit details
    Browse the repository at this point in the history
  6. Add test fixture files.

    dossy committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    2924688 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d429f0 View commit details
    Browse the repository at this point in the history
  8. Revert "Fix setting Makefile FLAGS change error."

    This reverts commit 0d429f0.
    
    Moving this to its own separate PR.
    dossy committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    1aa0665 View commit details
    Browse the repository at this point in the history
  9. Revert "Make appending to FLAGS possible when invoking make."

    This reverts commit 3e846d3.
    
    Moving this to its own separate PR.
    dossy committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    9527c88 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff3c8f3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    857ffed View commit details
    Browse the repository at this point in the history