ipfs config cmd with git-style get/set
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
Showing
cmd/ipfs/config.go
0 → 100644
Please register or sign in to comment