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 example env file generator #362

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open

Commits on Dec 14, 2021

  1. .example.env command

    fixed issue with windows directories
    
    removed debug echo statements
    
    Removed old try accept that is no longer needed
    
    Should be the end of my after the fact website commits
    
    Add missing trailing newline when adding new value
    
    Sometimes, the source file doesn't have a trailing newline.  If we add a
    new binding in such a case, we need to add a newline before the new
    binding.
    
    Release version 0.19.2
    
    updated to remove file error with broken file
    
    fixed minor bug
    
    tests and minor changes
    ethsanders committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    4b76b26 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. implemented suggestions

    ethsanders committed May 31, 2022
    Configuration menu
    Copy the full SHA
    b5cb2e3 View commit details
    Browse the repository at this point in the history
  2. Update test_cli.py

    ethsanders committed May 31, 2022
    Configuration menu
    Copy the full SHA
    f844040 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    d38a792 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cde7a58 View commit details
    Browse the repository at this point in the history
  3. fixing spacing

    ethsanders committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    afb206e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0d0f91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb2c82b View commit details
    Browse the repository at this point in the history
  6. tests still not working

    ethsanders committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    f96ddc7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dbb8bc6 View commit details
    Browse the repository at this point in the history
  8. Fixing test syntax

    ethsanders committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    a9d8776 View commit details
    Browse the repository at this point in the history
  9. Fixed how test handled newlines

    Text file needs to end with a newline
    ethsanders committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    4ef6e12 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1e4928b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    33492dc View commit details
    Browse the repository at this point in the history
  12. New whitespace issues

    ethsanders committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    4c6ce11 View commit details
    Browse the repository at this point in the history
  13. finalized behavior of whitespace

    spacing between hashtags is cleaned up, 1 trailing newline at the end of the file.
    ethsanders committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    897ce24 View commit details
    Browse the repository at this point in the history
  14. added more cleanup to make behavior more consistent

    equals sign cleanup added
    ethsanders committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    d68fad5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6062be6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1f834aa View commit details
    Browse the repository at this point in the history
  17. Update cli.py

    ethsanders committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    ebe5a8b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    415a051 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f71f160 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3b307fb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    706d181 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

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

Commits on Jun 12, 2023

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