Commit Graph

805 Commits

Author SHA1 Message Date
Juan Batiz-Benet
bf7cb198ea config: cleaned up ipfs config cmd 2014-07-31 01:08:37 -07:00
Peter Borzov
20bce47491 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
2014-07-31 00:24:41 -07:00
Juan Batiz-Benet
4fcdb23bd1 cli readme 2014-07-22 02:34:29 -07:00
Juan Batiz-Benet
140317007e use go install 2014-07-22 02:31:10 -07:00
Juan Batiz-Benet
6626e6791b cli -> cmd/ipfs 2014-07-22 02:30:32 -07:00