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

feat(cmd.Config): re-add support for configuration files #110

Merged
merged 2 commits into from
Nov 9, 2017
Merged

Commits on Nov 9, 2017

  1. refactor(cmd): initial refactor of commands package

    removed templated license headers, general package cleanup
    b5 committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    60bce71 View commit details
    Browse the repository at this point in the history
  2. feat(cmd.Config): re-add support for configuration files

    thanks to gateway nodes dying, we need a way to modify our bootstrap list.
    To do this the right way, I've brought back config.json, this time stored
    in $QRI_PATH.
    We've also added a new command "boostrap" that allows listing, adding,
    and removing bootstrap addresses.
    
    closes #108
    b5 committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    6305d22 View commit details
    Browse the repository at this point in the history