• Peter Borzov's avatar
    ipfs config cmd with git-style get/set · 20bce474
    Peter Borzov authored
    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:
    
            ipfs config edit
    20bce474
ipfs.go 1.63 KB