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

Beginning of kouchctl #38

Merged
merged 21 commits into from
Sep 23, 2020
Merged

Beginning of kouchctl #38

merged 21 commits into from
Sep 23, 2020

Commits on Sep 23, 2020

  1. Basic config support

    flimzy committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    b0a3ae6 View commit details
    Browse the repository at this point in the history
  2. Begin config.New() method

    flimzy committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    ddc3e6d View commit details
    Browse the repository at this point in the history
  3. Begin plumbing the command

    flimzy committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    a099383 View commit details
    Browse the repository at this point in the history
  4. Add Debug mode

    flimzy committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    e810cba View commit details
    Browse the repository at this point in the history
  5. Plumbing for config parsing

    flimzy committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    94f8fb8 View commit details
    Browse the repository at this point in the history
  6. Add a basic logger

    flimzy committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    1022417 View commit details
    Browse the repository at this point in the history
  7. Add test logger

    flimzy committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    731ba2e View commit details
    Browse the repository at this point in the history
  8. Add "get" command structure

    flimzy committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    d9516b1 View commit details
    Browse the repository at this point in the history
  9. Begin reading config from cli

    flimzy committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    4f3ffc7 View commit details
    Browse the repository at this point in the history
  10. Complete Config.New tests

    flimzy committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    936147a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    db62818 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1ee8f58 View commit details
    Browse the repository at this point in the history
  13. Parse DSN from command line

    flimzy committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    b1c9896 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    abdc41d View commit details
    Browse the repository at this point in the history
  15. Add a kouchctl README

    flimzy committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    eac7797 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d98b242 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    425ef20 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c31592d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5971eac View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d76f598 View commit details
    Browse the repository at this point in the history
  21. Drop Go 1.13 from tests

    So annoying to make it work, and this is bleeding-edge software, so I don't
    care about a year-old version.
    flimzy committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    cd0cf2e View commit details
    Browse the repository at this point in the history