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

ipfs config command for dht branch #20

Closed
wants to merge 1 commit into from
Closed

Commits on Jul 31, 2014

  1. ipfs config command with git-style option value getters and setters

    Adds "ipfs config" command designed in git style.
    See specific config's values with:
            $ipfs config datastore.path
            ~/.go-ipfs/datastore
    Assign a new value with:
            $ipfs config datastore.path ~/.go-ipfs/datastore
    
    Open the config file in your default editor(as taken from $EDITOR enviroment variable):
            ipfs config edit
    dborzov committed Jul 31, 2014
    Configuration menu
    Copy the full SHA
    7618d78 View commit details
    Browse the repository at this point in the history